Skip to content
Snippets Groups Projects
Commit e2c2f8fa authored by Ralf Jung's avatar Ralf Jung
Browse files

*oops* those Makefile changes were not supposed to be committed...

parent 1e5000ad
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
coq-iris https://gitlab.mpi-sws.org/FP/iris-coq fd42adfe6236b6bebacb963e8fed3f7d1f935e26
coq-iris https://gitlab.mpi-sws.org/FP/iris-coq 86315b423a2bf8826a6d63a90630a239ad3d1823
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment