Skip to content

Commit

Permalink
Fix buildcache push
Browse files Browse the repository at this point in the history
  • Loading branch information
alalazo committed Oct 4, 2023
1 parent a83c2ad commit 2647cfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gnupg/Dockerfile.manylinux2014
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ RUN ${SPACK_CMD} python -c "import archspec.cpu;print(archspec.cpu.host().family
RUN ${SPACK_CMD} -c "config:install_tree:padded_length:256" install gnupg target=$(cat target.txt)

RUN mkdir -p /home/spack/binary-mirror && \
${SPACK_CMD} -c "config:install_tree:padded_length:256" buildcache create -d /home/spack/binary-mirror -a -u -f gnupg target=$(cat target.txt)
${SPACK_CMD} -c "config:install_tree:padded_length:256" buildcache push -a -u -f /home/spack/binary-mirror gnupg target=$(cat target.txt)
2 changes: 1 addition & 1 deletion patchelf/Dockerfile.manylinux2014
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ RUN ${SPACK_CMD} python -c "import archspec.cpu;print(archspec.cpu.host().family
RUN ${SPACK_CMD} -c "config:install_tree:padded_length:256" install patchelf 'ldflags="-static-libstdc++ -static-libgcc"' target=$(cat target.txt)

RUN mkdir -p /home/spack/binary-mirror && \
${SPACK_CMD} -c "config:install_tree:padded_length:256" buildcache create -d /home/spack/binary-mirror -a -u -f patchelf
${SPACK_CMD} -c "config:install_tree:padded_length:256" buildcache push -a -u -f /home/spack/binary-mirror patchelf

0 comments on commit 2647cfd

Please sign in to comment.