summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorHarmen Stoppels <harmenstoppels@gmail.com>2023-05-05 17:09:56 +0200
committerGitHub <noreply@github.com>2023-05-05 17:09:56 +0200
commit803425780e232123c0b3dec734f74d58c7e333c7 (patch)
tree3a36079d26c283c8f7f5d5d510f9639c487ced76 /share
parentd600aef4f474b443dd136908f0998ac5a337669c (diff)
downloadspack-803425780e232123c0b3dec734f74d58c7e333c7.tar.gz
spack-803425780e232123c0b3dec734f74d58c7e333c7.tar.bz2
spack-803425780e232123c0b3dec734f74d58c7e333c7.tar.xz
spack-803425780e232123c0b3dec734f74d58c7e333c7.zip
ci: stop downloading recent gmake (#37458)
Diffstat (limited to 'share')
-rw-r--r--share/spack/gitlab/cloud_pipelines/configs/linux/aarch64/ci.yaml4
-rw-r--r--share/spack/gitlab/cloud_pipelines/configs/linux/x86_64_v3/ci.yaml4
-rw-r--r--share/spack/gitlab/cloud_pipelines/stacks/deprecated/spack.yaml5
3 files changed, 0 insertions, 13 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 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