-
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add test for building on an air-gapped system #1760
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The test is essentially OK but please fix these minor comments.
@Fabien-Chouteau, I guess you need to review this one too.
testsuite/tests/workflows/air-gapping/my_index/crates/hello/HEAD
Outdated
Show resolved
Hide resolved
Hi Alejandro,
You don't need my reviews for @Seb-MCaw 's contributions :) |
OK, noted. |
Merged, thanks! |
* Add test for offline build * Move constraints to YAML file * Remove redundant build check * Change crates from git repos to .tgz archives
We are currently interested in the possibility of using Alire on an air-gapped system. The idea would be to fetch a crate and its dependencies online, then transfer to an offline system/network before building.
alr get
andalr build
seem to already implement the necessary functionality, so this PR simply adds a test to verify the process works as expected.