Aiden McClelland
068b861edc
overhaul OS build ( #2244 )
...
* create init resize for pi
* wip
* defer to OS_ARCH env var
* enable password auth in live image
* use correct live image path
* reorder dependencies
* add grub-common as dependency
* add more depends
* reorder grub
* include systemd-resolved
* misc fixes
* remove grub from dependencies
* imports
* ssh and raspi builds
* fix resolvectl
* generate snake-oil on install
* update raspi build process
* script fixes
* fix resize and config
* add psmisc
* new workflows
* include img
* pass through OS_ARCH env var
* require OS_ARCH
* allow dispatching production builds
* configurable environment
* pass through OS_ARCH on compat build
* fix syntax error
* crossbuild dependencies
* include libavahi-client for cross builds
* reorder add-arch
* add ports
* switch existing repos to amd64
* explicitly install libc6
* add more bullshit
* fix some errors
* use ignored shlibs
* remove ubuntu ports
* platform deb
* Update depends
* Update startos-iso.yaml
* Update startos-iso.yaml
* require pi-beep
* add bios boot, fix environment
* Update startos-iso.yaml
* inline deb
* Update startos-iso.yaml
* allow ssh password auth in live build
* sync hostname on livecd
* require curl
2023-05-05 00:54:09 -06:00
Alex Inkin
181b44e117
chore: update Taiga UI and remove unnecessary styles ( #2200 )
...
* chore: update Taiga UI and remove unnecessary styles
* update workflow and package lock
---------
Co-authored-by: Lucy Cifferello <12953208+elvece@users.noreply.github.com >
2023-03-10 10:15:38 -07:00
Aiden McClelland
570a4b7915
extract meta-files from frontend.tar
2022-11-29 09:43:54 -07:00
Aiden McClelland
63859b81ad
run dev builds in ci
2022-11-29 09:43:54 -07:00
Thomas Moerkerken
8093faee19
Update build pipeline ( #1896 )
...
* bump action versions to fix build warnings
* resolve warning on set-output
* Replace replace toolchain action with rustup cmd
* fix syntax
* run apt-get update before installing
* use apt-get
2022-10-31 14:30:58 -06:00
Thomas Moerkerken
df20d4f100
Set pipeline job timeouts and add ca-certificates to test container ( #1753 )
...
* set job timeout
* add ca-cert package to test container
* enable unittest
* include apt update
* set yes
* skip logs::test_logs unittest
2022-08-22 13:43:29 -06:00
Thomas Moerkerken
70baed88f4
add x86 build and run unittests to backend pipeline ( #1682 )
...
* add build backend for x86_64
* remove unnecessary build steps
* install backend dependency
* build and run backend unittest
* fix cache key
* buildx is required, qemu is not.
* Add missing steps from Makefile
* fix build_command var is unused
* select more common test env
* update pipeline names and docs
* use variable for node version
* use correct artifact name
* update pipeline references
* skip unittest that needs ca-cert installed
* correct pipeline name
* use nextest pre-built binary; add term color
* fix cache permissions warning
* update documentation
2022-08-18 10:24:17 -06:00