diff options
| author | Gaëtan Gilbert | 2020-08-20 21:42:24 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2020-08-24 10:45:04 +0200 |
| commit | b2344b3f320b6e603735edf0aaaceed6a18fd081 (patch) | |
| tree | fa8afb2b611ef317b6da524ec2512a3a6a4560ad /.gitlab-ci.yml | |
| parent | 98734a2d5ad419b99777dfd546ef482b5986cfda (diff) | |
CI: stop testing 4.11+trunk
Now that 4.11.0 is released the trunk job doesn't work.
4.12 also doesn't work for separate reasons ("No rule found for
kernel/byterun/byterun.a")
We will separately update the edge switch in the docker image to use 4.11.0.
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 32b05ec746..9ec9b251e6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -612,12 +612,6 @@ test-suite:edge:dune:dev: expire_in: 2 week allow_failure: true -test-suite:4.11+trunk+dune: - extends: .test-suite:ocaml+beta+dune-template - variables: - OCAMLVER: 4.11.0+trunk - -# Pending on https://github.com/ocaml/dune/pull/3585 # test-suite:4.12+trunk+dune: # extends: .test-suite:ocaml+beta+dune-template # variables: |
