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
c3e83edd
Commit
c3e83edd
authored
Jun 04, 2021
by
Ralf Jung
Browse files
CI state should be fixed now
parent
dc9ddbbc
Changes
1
Hide whitespace changes
Inline
Side-by-side
prepare-opam.sh
View file @
c3e83edd
...
...
@@ -36,9 +36,6 @@ eval `opam conf env`
# By default, they are added with rank 1, i.e. at the top of the list. So we add them with increasing priority.
test
-d
"
$OPAMROOT
/repo/coq-released"
||
opam repo add coq-released https://coq.inria.fr/opam/released
if
echo
"
$@
"
| egrep
"(dev|beta)"
>
/dev/null
;
then
# Temporary: clean up some mess
test
-d
"
$OPAMROOT
/repo/coq-extra-dev"
&&
opam repo
-a
remove coq-extra-dev
test
-d
"
$OPAMROOT
/repo/coq-core-dev"
&&
opam repo
-a
remove coq-core-dev
# We are compiling against a dev version of something. Get ourselves the dev repositories.
test
-d
"
$OPAMROOT
/repo/coq-extra-dev"
||
opam repo
-a
add coq-extra-dev https://coq.inria.fr/opam/extra-dev
test
-d
"
$OPAMROOT
/repo/coq-core-dev"
||
opam repo
-a
add coq-core-dev https://coq.inria.fr/opam/core-dev
...
...
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