bootc-deb/debian
robojerk 7685b8275b
Some checks failed
Build bootc Package / Build bootc Package (push) Successful in 5m26s
Test Build / Test bootc Build (with existing libostree) (push) Failing after 2m13s
Fix bootc build: resolve rustup environment and install path conflicts
- Add PATH export in debian/rules build step to ensure cargo finds rustup tools
- Fix binary install path to use debian/cargo/target/release/bootc (correct cargo target dir)
- Remove conflicting dh_auto_install call that was looking for wrong binary path
- Add manual package structure creation (usr/share/doc/bootc directory)
- Ensure rustup environment variables are set in workflow step for dpkg-buildpackage

This resolves the 'rustup could not choose a version of cargo' error and
the 'install: cannot stat target/release/bootc' error by properly handling
the CARGO_TARGET_DIR setting and avoiding conflicting install targets.

Build should now complete successfully from cargo compilation through
package creation and upload to Forgejo Debian Package Registry.
2025-07-21 23:11:35 +00:00
..
changelog Initial commit: Complete bootc packaging with CI/CD automation 2025-07-20 23:30:16 +00:00
control Initial commit: Complete bootc packaging with CI/CD automation 2025-07-20 23:30:16 +00:00
copyright Initial commit: Complete bootc packaging with CI/CD automation 2025-07-20 23:30:16 +00:00
rules Fix bootc build: resolve rustup environment and install path conflicts 2025-07-21 23:11:35 +00:00