mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
make it faster (#2328)
* make it faster * better pipelining * remove unnecessary test * use tmpfs for debspawn * don't download intermediate artifacts * fix upload dir path * switch to buildjet * use buildjet cache on buildjet runner * native builds when fast * remove quotes * always use buildjet cache * remove newlines * delete data after done with it * skip aarch64 for fast dev builds * don't tmpfs for arm * don't try to remove debspawn tmpdir
This commit is contained in:
4
Makefile
4
Makefile
@@ -192,7 +192,7 @@ ui: frontend/dist/ui
|
||||
backend: $(EMBASSY_BINS)
|
||||
|
||||
cargo-deps/aarch64-unknown-linux-gnu/release/nc-broadcast:
|
||||
./build-cargo-dep.sh nc-broadcast
|
||||
ARCH=$(ARCH) ./build-cargo-dep.sh nc-broadcast
|
||||
|
||||
cargo-deps/aarch64-unknown-linux-gnu/release/pi-beep:
|
||||
./build-cargo-dep.sh pi-beep
|
||||
ARCH=$(ARCH) ./build-cargo-dep.sh pi-beep
|
||||
Reference in New Issue
Block a user