[Git][ghc/ghc][wip/angerman/aarch64-ncg] Add validate as well.
Moritz Angermann
gitlab at gitlab.haskell.org
Tue Sep 15 02:16:21 UTC 2020
Moritz Angermann pushed to branch wip/angerman/aarch64-ncg at Glasgow Haskell Compiler / GHC
Commits:
ec1a9788 by Moritz Angermann at 2020-09-15T02:16:09+00:00
Add validate as well.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -477,14 +477,6 @@ validate-x86_64-darwin:
tags:
- aarch64-linux
-.build-aarch64-linux-deb10-llvm:
- extends: .build-aarch64-linux-deb10
- stage: full-build
- variables:
- BUILD_FLAVOUR: perf-llvm
- tags:
- - aarch64-linux
-
validate-aarch64-linux-deb10:
extends: .build-aarch64-linux-deb10
artifacts:
@@ -497,6 +489,20 @@ nightly-aarch64-linux-deb10:
variables:
TEST_TYPE: slowtest
+.build-aarch64-linux-deb10-llvm:
+ extends: .build-aarch64-linux-deb10
+ stage: full-build
+ variables:
+ BUILD_FLAVOUR: perf-llvm
+ tags:
+ - aarch64-linux
+
+validate-aarch64-linux-deb10-llvm:
+ extends: .build-aarch64-linux-deb10-llvm
+ artifacts:
+ when: always
+ expire_in: 2 week
+
#################################
# armv7-linux-deb10
#################################
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ec1a9788cff5bff38bbce0441ac43f02decdccae
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ec1a9788cff5bff38bbce0441ac43f02decdccae
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200914/7d4e7c55/attachment-0001.html>
More information about the ghc-commits
mailing list