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
cfabfb06
Commit
cfabfb06
authored
8 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
clean up the pin for coq-lambda-rust when we are done
parent
43f9846e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+2
-1
2 additions, 1 deletion
Makefile
with
2 additions
and
1 deletion
Makefile
+
2
−
1
View file @
cfabfb06
...
...
@@ -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
:
;
...
...
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