diff options
| author | Jason Gross | 2019-11-26 16:26:47 -0500 |
|---|---|---|
| committer | Jason Gross | 2019-11-27 13:19:57 -0500 |
| commit | 79d653ec595c1e20284ceccac1848ac1d561397a (patch) | |
| tree | 00f020fe2b218561c9a7f2c28ff36f1ec20f9fdc | |
| parent | 5f26ee547a9976d1ccfe7cff22d886f7d7df1eef (diff) | |
[ci] List build:edge+flambda in deps
Quoting Gaƫtan Gilbert from gitter:
> IIRC dependencies is for artifacts, and the path in the immediate dep
> grabs all the user-contrib stuff so you don't need to list the
> transitive dependencies, but you do need to list the base build since
> it's not in user contrib
> this stuff isn't necessarily done intentionally though
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6afe3bd0a8..f17e06b520 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -592,6 +592,7 @@ library:ci-coqprime: - build:edge+flambda - plugin:ci-bignums dependencies: + - build:edge+flambda - plugin:ci-bignums library:ci-coquelicot: @@ -613,6 +614,7 @@ library:ci-fiat-crypto: - plugin:ci-bignums - plugin:ci-rewriter dependencies: + - build:edge+flambda - library:ci-bedrock2 - library:ci-coqprime - plugin:ci-rewriter |
