diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2017-08-20 23:20:42 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2017-08-20 23:20:42 +0200 |
commit | 5ae1c256db3510c513d5d344922f6a1a222a116c (patch) | |
tree | c118a1a778df542fc6c570bd95e7e36556178d43 | |
parent | 9e6151005667e92cf208c8d020dce794c845060b (diff) |
gitlab-ci: Drop GHC 7.6
Ugh https://gitlab.com/dxld/cabal-helper/-/jobs/29792413
```
[...]
Linking /tmp/Cabal-1.16.0.3-15785/Cabal-1.16.0.3/dist/setup/setup ...
unrecognized option `--sysconfdir=/tmp/.ghc-mod/cabal-helper/Cabal-1.16.0.3-db-7.6.3/prefix/etc'
unrecognized option `--extra-prog-path=/tmp/.cabal/bin'
[...]
```
-rw-r--r-- | .gitlab-ci.yml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 63d0259..3141665 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,13 +48,3 @@ job-ghc7.8.4-cabal-install1.18.2.0: image: registry.gitlab.com/dxld/ghc-mod:ghc7.8.4-cabal-install1.18.2.0 stage: build <<: *common_script - -job-ghc7.6.3-cabal-install1.18.2.0: - image: registry.gitlab.com/dxld/ghc-mod:ghc7.6.3-cabal-install1.18.2.0 - stage: build - <<: *common_script - -# job-ghc7.6.3-cabal-install1.16.1.0: -# image: registry.gitlab.com/dxld/ghc-mod:ghc7.6.3-cabal-install1.16.1.0 -# stage: build -# <<: *common_script |