]> _ Git - alire.git/commit
test: building on an air-gapped system (#1760)
authorSeb M'Caw <mcaw@adacore.com>
Tue, 24 Sep 2024 18:26:15 +0000 (19:26 +0100)
committerAlejandro R. Mosteo <amosteo@unizar.es>
Tue, 8 Oct 2024 11:23:52 +0000 (13:23 +0200)
commitad1d66fb13d157b5913f105d7f650482ee3f3862
treebb1855a2e13a4115444e5fdc7fe635194166463a
parentcbb13f8737cf358bab4a2a75bdb2e892a2589842
test: building on an air-gapped system (#1760)

* Add test for offline build

* Move constraints to YAML file

* Remove redundant build check

* Change crates from git repos to .tgz archives
testsuite/tests/workflows/air-gapping/my_index/crates/hello.tgz [new file with mode: 0644]
testsuite/tests/workflows/air-gapping/my_index/crates/libhello.tgz [new file with mode: 0644]
testsuite/tests/workflows/air-gapping/my_index/index/he/hello/hello-1.0.1.toml [new file with mode: 0644]
testsuite/tests/workflows/air-gapping/my_index/index/index.toml [new file with mode: 0644]
testsuite/tests/workflows/air-gapping/my_index/index/li/libhello/libhello-1.0.0.toml [new file with mode: 0644]
testsuite/tests/workflows/air-gapping/test.py [new file with mode: 0644]
testsuite/tests/workflows/air-gapping/test.yaml [new file with mode: 0644]