Use Nix for GitLab pipelines
All threads resolved!
All threads resolved!
This MR changes .gitlab-ci.yml
to use nix
instead of opam
/rustup
.
Furthermore, the .gitlab-ci.yml
has been completely rewritten to use artifacts
/cache
and take advantage of parallelism using jobs.
Merge request reports
Activity
Filter activity
requested review from @lgaeher
assigned to @lafeychine
added 1 commit
- 610dcbbc - chore(ci): Add artifacts even for failed jobs
- Resolved by Vincent Lafeychine
This patch is required for the job to succeed:
diff --git a/rr_frontend/output/minivec_patched/dune b/rr_frontend/output/minivec_patched/dune index 232afdf..a82ef20 100644 --- a/rr_frontend/output/minivec_patched/dune +++ b/rr_frontend/output/minivec_patched/dune @@ -2,4 +2,4 @@ (coq.theory (flags -w -notation-overridden -w -redundant-canonical-projection) (name refinedrust.examples.minivec_patched) -(theories caesium lithium refinedrust)) +(theories stdpp iris Ltac2 Equations RecordUpdate lrust caesium lithium refinedrust))
enabled an automatic merge when the pipeline for 688d9670 succeeds
mentioned in commit 1e8db0b6
Please register or sign in to reply