Skip to content

Commit

Permalink
JCF: Issue #361: hopefully the last act in a comedy of errors where I…
Browse files Browse the repository at this point in the history
… try to get the cache to be ignored so I can use a different staging location on daq.fnal.gov than normal
  • Loading branch information
John Freeman committed Apr 10, 2024
1 parent fae66e4 commit 18256c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slim_externals.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
echo "FROM ghcr.io/dune-daq/alma9-spack:latest" > Dockerfile
echo 'MAINTAINER John Freeman "[email protected]"' >> Dockerfile
echo "ENV REFRESHED_AT $refresh_date" >> Dockerfile
echo "RUN pwd"
echo "RUN pwd" >> Dockerfile
echo "ADD spack/externals/ext-v2.1 /cvmfs/dunedaq.opensciencegrid.org/spack/externals/ext-v2.1" >> Dockerfile
echo "RUN source /cvmfs/dunedaq.opensciencegrid.org/spack/externals/ext-v2.1/spack-0.20.0/share/spack/setup-env.sh && spack uninstall -y llvm" >> Dockerfile
echo "ADD tools /cvmfs/dunedaq.opensciencegrid.org/tools" >> Dockerfile
Expand Down

0 comments on commit 18256c1

Please sign in to comment.