Fix bootc build: resolve rustup environment and binary path issues
- Set rustup environment variables in workflow instead of debian/rules - Fix binary install path to use debian/cargo/target/release/bootc - Simplify debian/rules by removing complex rustup handling - Ensure cargo builds successfully and binary is found during install
This commit is contained in:
parent
732dfeb700
commit
3b59e37d1c
1 changed files with 1 additions and 1 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
|
@ -23,7 +23,7 @@ override_dh_auto_build:
|
|||
|
||||
override_dh_auto_install:
|
||||
# Install the bootc binary
|
||||
install -D -m 755 target/release/bootc debian/bootc/usr/bin/bootc
|
||||
install -D -m 755 debian/cargo/target/release/bootc debian/bootc/usr/bin/bootc
|
||||
dh_auto_install
|
||||
|
||||
override_dh_auto_clean:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue