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

clean up the pin for coq-lambda-rust when we are done

parent 43f9846e
No related branches found
No related tags found
No related merge requests found
......@@ -33,9 +33,10 @@ Makefile.coq: _CoqProject Makefile
# Install build-dependencies
build-dep:
build/opam-pins.sh < opam.pins
opam pin add coq-lambda-rust "$$(pwd)#HEAD" -k git -n -y
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 $(YLFAG)
opam pin remove coq-lambda-rust
# some fiels that do *not* need to be forwarded to Makefile.coq
Makefile: ;
......
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