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
3dd3eb52
Commit
3dd3eb52
authored
May 07, 2022
by
Ralf Jung
Browse files
recommend latest patch release of ocaml 4.07
parent
33ca754b
Changes
1
Show whitespace changes
Inline
Side-by-side
buildjob
View file @
3dd3eb52
...
...
@@ -43,7 +43,7 @@ TIMING_PROJECT=${TIMING_PROJECT:-$CI_PROJECT_NAME}
# Environment sanity checks
if
[[
-z
"
$OCAML
"
]]
;
then
panic
"[buildjob] The OCAML variable needs to be set to the desired OCaml version (e.g. ocaml-base-compiler.4.07.
0
)"
panic
"[buildjob] The OCAML variable needs to be set to the desired OCaml version (e.g. ocaml-base-compiler.4.07.
1
)"
fi
if
[[
-n
"
$VALIDATE
"
]]
;
then
panic
"[buildjob] Do not use the VALIDATE variable, it has been replaced by CI_COQCHK"
...
...
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