From 08d7f47278a17bde42ff03623b95a3deea0d407b Mon Sep 17 00:00:00 2001 From: Harmen Stoppels Date: Sat, 11 Mar 2023 01:20:32 +0100 Subject: curl flag is not universally supported (#36009) --- share/spack/gitlab/cloud_pipelines/configs/linux/aarch64/ci.yaml | 2 +- share/spack/gitlab/cloud_pipelines/configs/linux/x86_64/ci.yaml | 2 +- share/spack/gitlab/cloud_pipelines/configs/linux/x86_64_v4/ci.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'share') 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"] -- cgit v1.2.3-70-g09d2