diff options
author | Ben Gamari <ben@smart-cactus.org> | 2022-08-05 15:59:44 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-08-08 19:39:20 -0400 |
commit | ae707762335dabe2bb7e40639fd2ab2c7d3234fd (patch) | |
tree | 32e1c3c51c3472e93aa26d0283b04e6aa4ef97d0 /.gitlab-ci.yml | |
parent | e866625cc731521546745f615092ab0fa163ad42 (diff) | |
download | haskell-ae707762335dabe2bb7e40639fd2ab2c7d3234fd.tar.gz |
gitlab-ci: Add basic support for cross-compiler testiing
Here we add a simple qemu-based test for cross-compilers.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 84e076c343..f8d17fb3ac 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ variables: GIT_SSL_NO_VERIFY: "1" # Commit of ghc/ci-images repository from which to pull Docker images - DOCKER_REV: 58d08589371e78829a3279c6f8b1241e155d7f70 + DOCKER_REV: 9e4c540d9e4972a36291dfdf81f079f37d748890 # Sequential version number of all cached things. # Bump to invalidate GitLab CI cache. |