Disable OCI cache usage for jobs w/o install prefix "/esd"
All threads resolved!
All threads resolved!
Changes in CI file allow to use existing spack deployments w/o cache.
Disables the use of the cache for all jobs that don't install packages to /esd/vendor/spack/opt/spack/…
as we can't guarantee that the relocation will work (it is known that, e.g., R includes absolute paths to tools like which
breaking any relocation atm).
Edited by Eric Müller
Merge request reports
Activity
Filter activity
assigned to @elmath
In !624 (merged) we learned that relocation (i.e. installing from build cache to a different location than when the build cache entry was created) breaks packages, e.g.,
R
(using a absolute path to the toolwhich
— somewhat WTF, but whatever) and alsopy-jupyter
(-server
?) — for now, we will just disable the usage of the cache for CI jobs that use different install prefixes.:(
Edited by Eric Müller- Resolved by Eric Müller
- Resolved by Eric Müller
- Resolved by Eric Müller
- Resolved by Eric Müller
- Resolved by Eric Müller
added 1 commit
- e4a7ca01 - chore: disable oci cache usage for all CI jobs
Please register or sign in to reply