-
Notifications
You must be signed in to change notification settings - Fork 14
Run a quick rebuild to test EESSI-extend and eb_hooks.py in CI #99
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
base: main
Are you sure you want to change the base?
Conversation
…layer-scripts into test_build_eessi_extend
Not 100% sure this is a good idea, it may be a little brittle (e.g., if the sources download fails) |
- eessi_version: '2023.06' | ||
rebuild_software: "BCFtools-1.18-GCC-12.3.0.eb" | ||
# - eessi_version: '2025.06' | ||
# rebuild_software: "make-4.4.1-GCCcore-13.3.0.eb" |
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.
Why is this one commented out?
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.
It is only because there is not, as yet, any existing accelerator path for 2025.06
, until the accel
subdirectory exists this specific CI file will fail (the override does not work when the path doesn't exist, see https://github.com/EESSI/software-layer-scripts/actions/runs/18274775270/job/52024259482#step:6:119)
No description provided.