Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
semantics-course
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FP
semantics-course
Commits
70a6a070
Commit
70a6a070
authored
1 year ago
by
Lennard Gäher
Browse files
Options
Downloads
Patches
Plain Diff
bump ci to 8.18
parent
f4d2aa12
No related branches found
No related tags found
No related merge requests found
Pipeline
#93463
failed
1 year ago
Stage: build
Changes
1
Pipelines
58
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-4
4 additions, 4 deletions
.gitlab-ci.yml
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
4
−
4
View file @
70a6a070
...
...
@@ -29,11 +29,11 @@ variables:
## Build jobs
# build against known-working Coq 8.1
7
.0
build-coq.8.1
7
.0
:
# build against known-working Coq 8.1
8
.0
build-coq.8.1
8
.0
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.1
7
.0"
OPAM_PINS
:
"
coq
version
8.1
8
.0"
DENY_WARNINGS
:
"
1"
#MANGLE_NAMES: "1"
#OPAM_PKG: "1"
...
...
@@ -44,7 +44,7 @@ build-iris.dev:
variables
:
STDPP_REPO
:
"
iris/stdpp"
IRIS_REPO
:
"
iris/iris"
OPAM_PINS
:
"
coq
version
8.1
7
.dev
git+https://gitlab.mpi-sws.org/$STDPP_REPO#$STDPP_REV
git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV"
OPAM_PINS
:
"
coq
version
8.1
8
.dev
git+https://gitlab.mpi-sws.org/$STDPP_REPO#$STDPP_REV
git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV"
except
:
only
:
-
triggers
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment