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
e2c2f8fa
Commit
e2c2f8fa
authored
8 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
*oops* those Makefile changes were not supposed to be committed...
parent
1e5000ad
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+2
-1
2 additions, 1 deletion
Makefile
build/opam-ci.sh
+2
-2
2 additions, 2 deletions
build/opam-ci.sh
opam.pins
+1
-1
1 addition, 1 deletion
opam.pins
with
5 additions
and
4 deletions
Makefile
+
2
−
1
View file @
e2c2f8fa
...
...
@@ -37,8 +37,9 @@ Makefile.coq: _CoqProject Makefile
# Install build-dependencies
build-dep
:
build/opam-pins.sh < opam.pins
opam upgrade
$(
YFLAG
)
# it is not nice that we upgrade *all* packages here, but I found no nice way to upgrade only those that we pinned
opam pin add coq-lambda-rust
"
$$(
pwd
)
#HEAD"
-k
git
-n
-y
opam
install
coq-lambda-rust
--deps-only
--criteria
=
"-removed,-notuptodate"
$(
YLFAG
)
opam
install
coq-lambda-rust
--deps-only
$(
YLFAG
)
opam pin remove coq-lambda-rust
# some fiels that do *not* need to be forwarded to Makefile.coq
...
...
This diff is collapsed.
Click to expand it.
build/opam-ci.sh
+
2
−
2
View file @
e2c2f8fa
...
...
@@ -16,12 +16,12 @@ test -d "$OPAMROOT/repo/coq-released" || opam repo add coq-released https://coq.
opam update
opam
install
ocamlfind
-y
# Remove this once the Coq crew fixed their package...
#
Install fixed
versions of some dependencies
#
Fix
versions of some dependencies
echo
for
PIN
in
"
${
@
}
"
do
echo
"Applying pin:
$PIN
"
opam pin add
$PIN
-k
version
-y
opam pin add
$PIN
-k
version
-y
-n
done
# Install build-dependencies
...
...
This diff is collapsed.
Click to expand it.
opam.pins
+
1
−
1
View file @
e2c2f8fa
coq-iris https://gitlab.mpi-sws.org/FP/iris-coq
fd42adfe6236b6bebacb963e8fed3f7d1f935e26
coq-iris https://gitlab.mpi-sws.org/FP/iris-coq
86315b423a2bf8826a6d63a90630a239ad3d1823
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