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
b9ac117d
Commit
b9ac117d
authored
Nov 21, 2019
by
Ralf Jung
Browse files
retry downloads a few times
parent
3ef96034
Changes
1
Hide whitespace changes
Inline
Side-by-side
prepare-opam.sh
View file @
b9ac117d
...
...
@@ -5,6 +5,7 @@ export OPAMROOT="$(pwd)/opamroot"
export
OPAMJOBS
=
"
$((
2
*
$CPU_CORES
))
"
export
OPAM_EDITOR
=
"
$(
which
false
)
"
export
OPAMDROPWORKINGDIR
=
1
export
OPAMRETRES
=
3
# Delete OPAM 1.2 root, if that's what we got
if
test
-d
"
$OPAMROOT
"
&&
fgrep
'opam-version: "1.2"'
"
$OPAMROOT
/config"
-q
;
then
...
...
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