i dont care anymore
Some checks failed
Build bootc Package / Build bootc Package (push) Failing after 5m20s
Test Build / Test bootc Build (with existing libostree) (push) Failing after 2m15s

This commit is contained in:
robojerk 2025-07-21 22:52:14 +00:00
parent b1b3fa1738
commit 732dfeb700
2 changed files with 5 additions and 3 deletions

4
debian/rules vendored
View file

@ -17,9 +17,7 @@ override_dh_auto_patch:
dh_auto_patch
override_dh_auto_build:
# Build bootc with cargo - ensure rustup environment is loaded
export PATH=$(HOME)/.cargo/bin:$$PATH
rustup default stable
# Build bootc with cargo
cargo build --release
dh_auto_build