Skip to content
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

CI: Added option to download data before compile #1054

Merged
merged 2 commits into from
Aug 27, 2024

Conversation

JDuffeyBQ
Copy link
Collaborator

Sometimes the CI builds fail when downloading the test data while compiling. The download might not be able to complete due to the compile so this change forces the download to occur before the compile can start. It does this by making the data download target a dependency of simplnx.

* Forces test files to be downloaded before simplnx
* This will hopefully fix the issue of downloads failing on the CI sporadically

Signed-off-by: Jared Duffey <[email protected]>
@JDuffeyBQ JDuffeyBQ requested a review from imikejackson August 26, 2024 20:39
@JDuffeyBQ JDuffeyBQ merged commit 609b070 into develop Aug 27, 2024
7 checks passed
@JDuffeyBQ JDuffeyBQ deleted the ci/fix_test_data_download branch August 27, 2024 14:44
imikejackson pushed a commit to imikejackson/simplnx that referenced this pull request Oct 20, 2024
…1054)

* Added SIMPLNX_DOWNLOAD_TEST_FILES_FIRST option
* Forces test files to be downloaded before simplnx
* This will hopefully fix the issue of downloads failing on the CI sporadically
* Enabled SIMPLNX_DOWNLOAD_TEST_FILES_FIRST for CI builds

Signed-off-by: Jared Duffey <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants