Skip to content
Snippets Groups Projects
Commit d3e53faa authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: find ignore_readdir_race

parent 8d5f2d01
No related branches found
No related tags found
1 merge request!858fix: find ignore_readdir_race
...@@ -148,7 +148,7 @@ set -e ...@@ -148,7 +148,7 @@ set -e
export CCACHE_DIR=/ccache export CCACHE_DIR=/ccache
source ${SPACK_ROOT}/share/spack/setup-env.sh source ${SPACK_ROOT}/share/spack/setup-env.sh
mkdir -p /var/cache/spack/blobs/sha256/ mkdir -p /var/cache/spack/blobs/sha256/
find /var/cache/spack/blobs/sha256/ -atime +7 -delete find /var/cache/spack/blobs/sha256/ -ignore_readdir_race -atime +7 -delete
spack buildcache update-index eics3rw spack buildcache update-index eics3rw
spack env activate --dir ${SPACK_ENV} spack env activate --dir ${SPACK_ENV}
spack concretize --fresh --force --quiet spack concretize --fresh --force --quiet
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment