-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Unit tests write to <spack>/opt/ folder. #22920
Copy link
Copy link
Open
Labels
Description
I'm trying to make https://github.com/haampie/spack-batteries-included pass its tests, which currently fail because spack is mounted on an immutable filesystem and multiple tests try to write to the <spack>/opt folder.
Steps to reproduce the issue
$ wget https://github.com/haampie/spack-batteries-included/releases/download/v1.0.0/spack.x
$ chmod +x spack.x
$ ./spack.x unit-test -o cache_dir=$PWD/.cache -k developAll tests fail, except when I add mutable_database to all.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo