Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
ci
Commits
0950ee3e
Commit
0950ee3e
authored
Aug 05, 2020
by
Ralf Jung
Browse files
reference opam issue for pin+upgrade combination
parent
0894aff5
Changes
1
Hide whitespace changes
Inline
Side-by-side
prepare-opam.sh
View file @
0950ee3e
...
...
@@ -87,7 +87,7 @@ echo
# Pin build-dep and install everything.
warn
"[prepare-opam] Pinning and installing build-dep and upgrading everything"
opam pin add
-y
-n
build-dep/
# we have to do this first, or `opam upgrade` cannot pick it up
opam pin add
-y
-n
build-dep/
# we have to do this first, or `opam upgrade` cannot pick it up
, see opam issue #3613.
# We would really like to do these two in one transaction, but that does not work -- see opam issue #3737.
# Also, we have to list the packages we pinned explicitly here, or else opam fails to upgrade them if they
# are pinned to a git branch (it ignores changes in the git branch) -- see opam issue #3727.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment