-
Notifications
You must be signed in to change notification settings - Fork 14
Fix host injection path that was still pointing to .../versions/... instead of .../host_injections/... #73
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
Fix host injection path that was still pointing to .../versions/... instead of .../host_injections/... #73
Conversation
…stead of .../host_injections/...
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-surf for:arch=x86_64/amd/zen2 |
New job on instance
|
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-surf for:arch=x86_64/amd/zen2 |
New job on instance
|
New job on instance
|
New job on instance
|
New job on instance
|
New job on instance
|
New job on instance
|
New job on instance
|
New job on instance
|
New job on instance
|
New job on instance
|
New job on instance
|
New job on instance
|
New job on instance
|
bot: build repo:eessi.io-2025.06-software instance:eessi-bot-surf for:arch=x86_64/amd/zen2 |
New job on instance
|
New job on instance
|
New job on instance
|
New job on instance
|
New job on instance
|
New job on instance
|
New job on instance
|
New job on instance
|
New job on instance
|
New job on instance
|
New job on instance
|
New job on instance
|
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.
Lgtm
bot: build repo:eessi.io-2025.06-software instance:eessi-bot-surf for:arch=x86_64/amd/zen4 |
New job on instance
|
bot: build repo:eessi.io-2025.06-software instance:eessi-bot-mc-aws for:arch=x86_64/amd/zen2 |
New job on instance
|
New job on instance
|
bot:status last_build |
This is the status of all the
|
4 similar comments
This is the status of all the
|
This is the status of all the
|
This is the status of all the
|
This is the status of all the
|
bot:status last_build |
This is the status of all the
|
4 similar comments
This is the status of all the
|
This is the status of all the
|
This is the status of all the
|
This is the status of all the
|
All tarballs have been ingested. |
I was getting:
Even though the CUDA toolkit was installed in the expected location (i.e.
/cvmfs/software.eessi.io/host_injections/x86_64/software/CUDA
). Turns out we didn't construct thehostInjections
variable correctly. As a result, thepackageEasyBuildDir
variable was/cvmfs/software.eessi.io/versions/x86_64/software/CUDA/12.4.0/easybuild
, which is clearly wrong. It should have pointed to.../host_injections/...