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
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Service Desk
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
Iris
lambda-rust
Commits
cfabfb06
There was a problem fetching the pipeline mini graph.
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
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
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
...
@@ -33,9 +33,10 @@ Makefile.coq: _CoqProject Makefile
# Install build-dependencies
# Install build-dependencies
build-dep
:
build-dep
:
build/opam-pins.sh < opam.pins
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 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
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
# some fiels that do *not* need to be forwarded to Makefile.coq
Makefile
:
;
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