Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie committed May 6, 2024
1 parent c0b691c commit 17540a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gnupg/Dockerfile.manylinux2014
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ RUN spack external find --not-buildable gawk perl
RUN spack compiler find
RUN spack config add config:install_tree:padded_length:256
RUN spack python -c "import archspec.cpu;print(archspec.cpu.host().family)" > target.txt
RUN spack -c install gnupg "target=$(cat target.txt)"
RUN spack -c buildcache push --unsigned ./binary-mirror gnupg "target=$(cat target.txt)"
RUN spack install gnupg "target=$(cat target.txt)"
RUN spack buildcache push --unsigned ./binary-mirror gnupg "target=$(cat target.txt)"
4 changes: 2 additions & 2 deletions patchelf/Dockerfile.manylinux2014
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ RUN spack external find --not-buildable cmake
RUN spack compiler find
RUN spack config add config:install_tree:padded_length:256
RUN spack python -c "import archspec.cpu;print(archspec.cpu.host().family)" > target.txt
RUN spack -c install patchelf "ldflags=-static-libstdc++ -static-libgcc" "target=$(cat target.txt)"
RUN spack -c buildcache push --unsigned ./binary-mirror patchelf
RUN spack install patchelf "ldflags=-static-libstdc++ -static-libgcc" "target=$(cat target.txt)"
RUN spack buildcache push --unsigned ./binary-mirror patchelf

0 comments on commit 17540a3

Please sign in to comment.