summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarmen Stoppels <harmenstoppels@gmail.com>2023-03-11 01:20:32 +0100
committerGitHub <noreply@github.com>2023-03-10 16:20:32 -0800
commit08d7f47278a17bde42ff03623b95a3deea0d407b (patch)
treeac0c68f606e439a5b41e2510b71c622b14651674
parent92c6112991d01aa9de1b9dec8c8cf26d376cff07 (diff)
downloadspack-08d7f47278a17bde42ff03623b95a3deea0d407b.tar.gz
spack-08d7f47278a17bde42ff03623b95a3deea0d407b.tar.bz2
spack-08d7f47278a17bde42ff03623b95a3deea0d407b.tar.xz
spack-08d7f47278a17bde42ff03623b95a3deea0d407b.zip
curl flag is not universally supported (#36009)
-rw-r--r--share/spack/gitlab/cloud_pipelines/configs/linux/aarch64/ci.yaml2
-rw-r--r--share/spack/gitlab/cloud_pipelines/configs/linux/x86_64/ci.yaml2
-rw-r--r--share/spack/gitlab/cloud_pipelines/configs/linux/x86_64_v4/ci.yaml2
3 files changed, 3 insertions, 3 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/configs/linux/aarch64/ci.yaml b/share/spack/gitlab/cloud_pipelines/configs/linux/aarch64/ci.yaml
index 6b5de2fe55..770c26ffe9 100644
--- a/share/spack/gitlab/cloud_pipelines/configs/linux/aarch64/ci.yaml
+++ b/share/spack/gitlab/cloud_pipelines/configs/linux/aarch64/ci.yaml
@@ -2,7 +2,7 @@ ci:
pipeline-gen:
- build-job:
before_script:
- - - curl -Lf --no-progress-meter "https://github.com/JuliaBinaryWrappers/GNUMake_jll.jl/releases/download/GNUMake-v4.3.0+1/GNUMake.v4.3.0.aarch64-linux-gnu.tar.gz" -o gmake.tar.gz
+ - - curl -LfsS "https://github.com/JuliaBinaryWrappers/GNUMake_jll.jl/releases/download/GNUMake-v4.3.0+1/GNUMake.v4.3.0.aarch64-linux-gnu.tar.gz" -o gmake.tar.gz
- printf "2322c175fb092b426f9eb6c24ee22d94ffa6759c3d0c260b74d81abd8120122b gmake.tar.gz" | sha256sum --check --strict --quiet
- tar -xzf gmake.tar.gz -C /usr bin/make 2> /dev/null
tags: ["aarch64"]
diff --git a/share/spack/gitlab/cloud_pipelines/configs/linux/x86_64/ci.yaml b/share/spack/gitlab/cloud_pipelines/configs/linux/x86_64/ci.yaml
index 7844fbae3e..b6b91190d8 100644
--- a/share/spack/gitlab/cloud_pipelines/configs/linux/x86_64/ci.yaml
+++ b/share/spack/gitlab/cloud_pipelines/configs/linux/x86_64/ci.yaml
@@ -2,7 +2,7 @@ ci:
pipeline-gen:
- build-job:
before_script:
- - - curl -Lf --no-progress-meter "https://github.com/JuliaBinaryWrappers/GNUMake_jll.jl/releases/download/GNUMake-v4.3.0+1/GNUMake.v4.3.0.x86_64-linux-gnu.tar.gz" -o gmake.tar.gz
+ - - curl -LfsS "https://github.com/JuliaBinaryWrappers/GNUMake_jll.jl/releases/download/GNUMake-v4.3.0+1/GNUMake.v4.3.0.x86_64-linux-gnu.tar.gz" -o gmake.tar.gz
- printf "fef1f59e56d2d11e6d700ba22d3444b6e583c663d6883fd0a4f63ab8bd280f0f gmake.tar.gz" | sha256sum --check --strict --quiet
- tar -xzf gmake.tar.gz -C /usr bin/make 2> /dev/null
tags: ["x86_64"]
diff --git a/share/spack/gitlab/cloud_pipelines/configs/linux/x86_64_v4/ci.yaml b/share/spack/gitlab/cloud_pipelines/configs/linux/x86_64_v4/ci.yaml
index 6076119382..ae14967dd5 100644
--- a/share/spack/gitlab/cloud_pipelines/configs/linux/x86_64_v4/ci.yaml
+++ b/share/spack/gitlab/cloud_pipelines/configs/linux/x86_64_v4/ci.yaml
@@ -2,7 +2,7 @@ ci:
pipeline-gen:
- build-job:
before_script:
- - - curl -Lf --no-progress-meter "https://github.com/JuliaBinaryWrappers/GNUMake_jll.jl/releases/download/GNUMake-v4.3.0+1/GNUMake.v4.3.0.x86_64-linux-gnu.tar.gz" -o gmake.tar.gz
+ - - curl -LfsS "https://github.com/JuliaBinaryWrappers/GNUMake_jll.jl/releases/download/GNUMake-v4.3.0+1/GNUMake.v4.3.0.x86_64-linux-gnu.tar.gz" -o gmake.tar.gz
- printf "fef1f59e56d2d11e6d700ba22d3444b6e583c663d6883fd0a4f63ab8bd280f0f gmake.tar.gz" | sha256sum --check --strict --quiet
- tar -xzf gmake.tar.gz -C /usr bin/make 2> /dev/null
tags: ["x86_64_v4"]