Skip to content

Commit

Permalink
use a new commit hash for spack
Browse files Browse the repository at this point in the history
  • Loading branch information
nmm0 committed Nov 7, 2024
1 parent 8076278 commit a30b1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/ubuntu20.04-gcc11-x64.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*

# Now we install spack and find compilers/externals
RUN mkdir -p /opt/ && cd /opt/ && git clone --depth 1 https://github.com/spack/spack.git && cd spack && git checkout 1b0631b69edbc99a9527c1d6b9a913a49e3b1523
RUN mkdir -p /opt/ && cd /opt/ && git clone --depth 1 https://github.com/spack/spack.git && cd spack && git checkout 0a4563fd0253c829fb14fd576ad0368954028d5d
ADD ./ci/packages.yaml /opt/spack/etc/spack/packages.yaml
RUN . /opt/spack/share/spack/setup-env.sh && spack compiler find
RUN . /opt/spack/share/spack/setup-env.sh && spack external find --not-buildable && spack external list
Expand Down

0 comments on commit a30b1c5

Please sign in to comment.