Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lambda-rust
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
Simon Spies
lambda-rust
Commits
66d6885d
Commit
66d6885d
authored
2 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
nightly test against 8.16
parent
586a2163
Branches
master
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
coq-lambda-rust.opam
+1
-1
1 addition, 1 deletion
coq-lambda-rust.opam
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
1
View file @
66d6885d
...
...
@@ -56,7 +56,7 @@ trigger-iris.dev:
variables
:
STDPP_REPO
:
"
iris/stdpp"
IRIS_REPO
:
"
iris/iris"
OPAM_PINS
:
"
coq
version
8.1
5.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
6+rc1
git+https://gitlab.mpi-sws.org/$STDPP_REPO#$STDPP_REV
git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV"
except
:
only
:
refs
:
...
...
This diff is collapsed.
Click to expand it.
coq-lambda-rust.opam
+
1
−
1
View file @
66d6885d
...
...
@@ -13,7 +13,7 @@ the type system, and safety proof for some Rust libraries.
"""
depends: [
"coq-iris" { (= "dev.2022-08-11.
1.c9223a52
") | (= "dev") }
"coq-iris" { (= "dev.2022-08-11.
5.b6b4b694
") | (= "dev") }
]
build: [make "-j%{jobs}%"]
...
...
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