From 17540a34334652c0eec4a097d424a4bf3c50a76b Mon Sep 17 00:00:00 2001 From: Harmen Stoppels Date: Mon, 6 May 2024 16:38:40 +0200 Subject: [PATCH] .. --- gnupg/Dockerfile.manylinux2014 | 4 ++-- patchelf/Dockerfile.manylinux2014 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gnupg/Dockerfile.manylinux2014 b/gnupg/Dockerfile.manylinux2014 index 3a5d6a6..8e57bc7 100644 --- a/gnupg/Dockerfile.manylinux2014 +++ b/gnupg/Dockerfile.manylinux2014 @@ -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)" diff --git a/patchelf/Dockerfile.manylinux2014 b/patchelf/Dockerfile.manylinux2014 index 412913d..eca18b3 100644 --- a/patchelf/Dockerfile.manylinux2014 +++ b/patchelf/Dockerfile.manylinux2014 @@ -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