rust issues
Some checks failed
Build bootc Package / Build bootc Package (push) Failing after 2m44s
Test Build / Test bootc Build (with existing libostree) (push) Has been cancelled

This commit is contained in:
robojerk 2025-07-21 22:40:08 +00:00
parent 5d38f1f47a
commit 67ad7fa93d

4
debian/rules vendored
View file

@ -9,6 +9,7 @@ export DH_OPTIONS
# Build system
export CARGO_HOME = $(CURDIR)/debian/cargo
export CARGO_TARGET_DIR = $(CURDIR)/debian/cargo/target
export PATH = $(HOME)/.cargo/bin:$(PATH)
# Apply our compatibility patch
override_dh_auto_patch:
@ -17,7 +18,8 @@ override_dh_auto_patch:
dh_auto_patch
override_dh_auto_build:
# Build bootc with cargo
# Build bootc with cargo - ensure rustup environment is loaded
rustup default stable
cargo build --release
dh_auto_build