build(ci): fix build tooling for Resolute environment#69
Merged
alexsander-souza merged 1 commit intocanonical:resolute_supportfrom Mar 31, 2026
Merged
Conversation
Fix Makefile and snap build targets that break under the Resolute build environment due to the core26 layout change, updated Rust cryptography bindings, and renamed tooling packages. - Makefile: fix venv pip install flags (--upgrade --force-reinstall) and bin symlink target (../$(VENV)/bin/$(notdir $@)) - Makefile: fix lint-shell target path snap/local/tree/bin/* → snap/local/tree/usr/bin/* (follows PR-01 tree reorganisation) - Makefile: fix snap-tree-sync target path site-packages → usr/lib/python3.*/dist-packages - Makefile, tox.ini: add fix-py target and ruff-fix tox env for ruff auto-fix support - tox.ini: bump pyproject-fmt to 2.18, tox-ini-fmt to 1.7; drop setup-cfg-fmt (no longer needed) - snapcraft.yaml: add cargo and libssl-dev build packages (required by cryptography >= 43 Rust extension for XOFHash support) - snapcraft.yaml: add python3-referencing stage package - snapcraft.yaml: exclude usr/bin/maas-sampledata from staged binaries
d31e0c3
into
canonical:resolute_support
1 of 2 checks passed
alexsander-souza
added a commit
that referenced
this pull request
Apr 8, 2026
Fix Makefile and snap build targets that break under the Resolute build environment due to the core26 layout change, updated Rust cryptography bindings, and renamed tooling packages. - Makefile: fix venv pip install flags (--upgrade --force-reinstall) and bin symlink target (../$(VENV)/bin/$(notdir $@)) - Makefile: fix lint-shell target path snap/local/tree/bin/* → snap/local/tree/usr/bin/* (follows PR-01 tree reorganisation) - Makefile: fix snap-tree-sync target path site-packages → usr/lib/python3.*/dist-packages - Makefile, tox.ini: add fix-py target and ruff-fix tox env for ruff auto-fix support - tox.ini: bump pyproject-fmt to 2.18, tox-ini-fmt to 1.7; drop setup-cfg-fmt (no longer needed) - snapcraft.yaml: add cargo and libssl-dev build packages (required by cryptography >= 43 Rust extension for XOFHash support) - snapcraft.yaml: add python3-referencing stage package - snapcraft.yaml: exclude usr/bin/maas-sampledata from staged binaries
alexsander-souza
added a commit
that referenced
this pull request
Apr 8, 2026
Fix Makefile and snap build targets that break under the Resolute build environment due to the core26 layout change, updated Rust cryptography bindings, and renamed tooling packages. - Makefile: fix venv pip install flags (--upgrade --force-reinstall) and bin symlink target (../$(VENV)/bin/$(notdir $@)) - Makefile: fix lint-shell target path snap/local/tree/bin/* → snap/local/tree/usr/bin/* (follows PR-01 tree reorganisation) - Makefile: fix snap-tree-sync target path site-packages → usr/lib/python3.*/dist-packages - Makefile, tox.ini: add fix-py target and ruff-fix tox env for ruff auto-fix support - tox.ini: bump pyproject-fmt to 2.18, tox-ini-fmt to 1.7; drop setup-cfg-fmt (no longer needed) - snapcraft.yaml: add cargo and libssl-dev build packages (required by cryptography >= 43 Rust extension for XOFHash support) - snapcraft.yaml: add python3-referencing stage package - snapcraft.yaml: exclude usr/bin/maas-sampledata from staged binaries
alexsander-souza
added a commit
that referenced
this pull request
Apr 9, 2026
Fix Makefile and snap build targets that break under the Resolute build environment due to the core26 layout change, updated Rust cryptography bindings, and renamed tooling packages. - Makefile: fix venv pip install flags (--upgrade --force-reinstall) and bin symlink target (../$(VENV)/bin/$(notdir $@)) - Makefile: fix lint-shell target path snap/local/tree/bin/* → snap/local/tree/usr/bin/* (follows PR-01 tree reorganisation) - Makefile: fix snap-tree-sync target path site-packages → usr/lib/python3.*/dist-packages - Makefile, tox.ini: add fix-py target and ruff-fix tox env for ruff auto-fix support - tox.ini: bump pyproject-fmt to 2.18, tox-ini-fmt to 1.7; drop setup-cfg-fmt (no longer needed) - snapcraft.yaml: add cargo and libssl-dev build packages (required by cryptography >= 43 Rust extension for XOFHash support) - snapcraft.yaml: add python3-referencing stage package - snapcraft.yaml: exclude usr/bin/maas-sampledata from staged binaries
alexsander-souza
added a commit
that referenced
this pull request
Apr 17, 2026
Fix Makefile and snap build targets that break under the Resolute build environment due to the core26 layout change, updated Rust cryptography bindings, and renamed tooling packages. - Makefile: fix venv pip install flags (--upgrade --force-reinstall) and bin symlink target (../$(VENV)/bin/$(notdir $@)) - Makefile: fix lint-shell target path snap/local/tree/bin/* → snap/local/tree/usr/bin/* (follows PR-01 tree reorganisation) - Makefile: fix snap-tree-sync target path site-packages → usr/lib/python3.*/dist-packages - Makefile, tox.ini: add fix-py target and ruff-fix tox env for ruff auto-fix support - tox.ini: bump pyproject-fmt to 2.18, tox-ini-fmt to 1.7; drop setup-cfg-fmt (no longer needed) - snapcraft.yaml: add cargo and libssl-dev build packages (required by cryptography >= 43 Rust extension for XOFHash support) - snapcraft.yaml: add python3-referencing stage package - snapcraft.yaml: exclude usr/bin/maas-sampledata from staged binaries
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix Makefile and snap build targets that break under the Resolute build
environment due to the core26 layout change, updated Rust cryptography
bindings, and renamed tooling packages.
bin symlink target (../$(VENV)/bin/$(notdir $@))
snap/local/tree/usr/bin/* (follows PR-01 tree reorganisation)
usr/lib/python3.*/dist-packages
auto-fix support
setup-cfg-fmt (no longer needed)
cryptography >= 43 Rust extension for XOFHash support)