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 770c26ffe9..d4b690a0e7 100644 --- a/share/spack/gitlab/cloud_pipelines/configs/linux/aarch64/ci.yaml +++ b/share/spack/gitlab/cloud_pipelines/configs/linux/aarch64/ci.yaml @@ -1,8 +1,4 @@ ci: pipeline-gen: - build-job: - before_script: - - - 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_v3/ci.yaml b/share/spack/gitlab/cloud_pipelines/configs/linux/x86_64_v3/ci.yaml index 39bda1e978..07b3de0b24 100644 --- a/share/spack/gitlab/cloud_pipelines/configs/linux/x86_64_v3/ci.yaml +++ b/share/spack/gitlab/cloud_pipelines/configs/linux/x86_64_v3/ci.yaml @@ -1,8 +1,4 @@ ci: pipeline-gen: - build-job: - before_script: - - - 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_v3"] diff --git a/share/spack/gitlab/cloud_pipelines/stacks/deprecated/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/deprecated/spack.yaml index edb27d5f4f..0c6bf0b05b 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/deprecated/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/deprecated/spack.yaml @@ -28,11 +28,6 @@ spack: broken-specs-url: s3://spack-binaries/broken-specs image: ghcr.io/spack/tutorial-ubuntu-18.04:v2021-11-02 before_script: - - 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 - uname -a || true - grep -E "vendor|model name" /proc/cpuinfo 2>/dev/null | sort -u || head -n10 /proc/cpuinfo 2>/dev/null || true