summaryrefslogtreecommitdiff
path: root/share/spack/gitlab/cloud_pipelines/configs/linux/icelake/ci.yaml
blob: 036a4419464304743803e62a90aeb309c5c70a8e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
ci:
  pipeline-gen:
  - any-job:
      variables:
        SPACK_TARGET_ARCH: icelake
  - 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_v4"]