diff options
author | Moritz Angermann <moritz.angermann@gmail.com> | 2021-07-01 17:37:53 +0800 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-07-02 04:29:09 -0400 |
commit | c1c9880097ee72985ce39e36f6a9ba114f4aa65d (patch) | |
tree | ae54b0274a8565e80371c0300cefb51913819bef /.gitlab-ci.yml | |
parent | 39d665e448c6598a1c12b7e20a13e8094779cd93 (diff) | |
download | haskell-c1c9880097ee72985ce39e36f6a9ba114f4aa65d.tar.gz |
Move aarch64-linux-llvm to nightly
This job takes by far the longest time on its own, we now have a NCG.
Once we have fast aarch64 machines, we can consider putting
this one back.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 15c62686e9..361be0350d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -806,6 +806,7 @@ nightly-aarch64-linux-deb10: - aarch64-linux validate-aarch64-linux-deb10-llvm: + <<: *nightly extends: .build-aarch64-linux-deb10-llvm variables: CONFIGURE_ARGS: "CC=/opt/llvm/bin/clang" |