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

View file

@ -198,6 +198,10 @@ jobs:
# Source Rust environment and ensure default toolchain is set
. ~/.cargo/env
rustup default stable
# Set environment variables for the entire build process
export PATH="$HOME/.cargo/bin:$PATH"
export CARGO_HOME="$HOME/.cargo"
export RUSTUP_HOME="$HOME/.rustup"
dpkg-buildpackage -us -uc -b
- name: List built packages

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