Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
caisar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
caisar
Commits
d863aedc
Commit
d863aedc
authored
9 months ago
by
Julien Girard-Satabin
Browse files
Options
Downloads
Patches
Plain Diff
[ci] Upgraded OPAM image in CI to match Dockerfile generation
parent
5a7f5e88
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-4
4 additions, 4 deletions
.gitlab-ci.yml
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
4
−
4
View file @
d863aedc
variables
:
variables
:
CAISAR_VERSION
:
"
1
.0.0"
CAISAR_VERSION
:
"
2
.0.0"
TAG
:
"
1
.0"
TAG
:
"
2
.0"
default
:
default
:
interruptible
:
true
interruptible
:
true
...
@@ -20,7 +20,7 @@ build:
...
@@ -20,7 +20,7 @@ build:
# Optional and manual full rebuild using a clean docker image
# Optional and manual full rebuild using a clean docker image
full_rebuild_and_test
:
full_rebuild_and_test
:
stage
:
build
stage
:
build
image
:
ocaml/o
pam@sha256:013a26ccbaa8344b63274e335e2492c432cec1c3526b9ba888ab151abb2b4c25
image
:
ocaml/o
caml/opam:ubuntu-22.04-ocaml-4.13
cache
:
cache
:
key
:
$CI_COMMIT_REF_SLUG
key
:
$CI_COMMIT_REF_SLUG
paths
:
paths
:
...
@@ -31,7 +31,7 @@ full_rebuild_and_test:
...
@@ -31,7 +31,7 @@ full_rebuild_and_test:
-
eval $(opam env --switch=4.13 --set-switch)
-
eval $(opam env --switch=4.13 --set-switch)
-
opam switch
-
opam switch
-
sudo apt-get update
-
sudo apt-get update
-
sudo apt install -y protobuf-compiler python3 p
ip
-
sudo apt
-get
install -y protobuf-compiler python3 p
ython3-pip cmake
-
opam repository add remote https://opam.ocaml.org
-
opam repository add remote https://opam.ocaml.org
-
opam depext --yes ocplib-endian base fmt alt-ergo.2.4.0
-
opam depext --yes ocplib-endian base fmt alt-ergo.2.4.0
-
opam install --jobs 2 . --deps-only --with-test --yes
-
opam install --jobs 2 . --deps-only --with-test --yes
...
...
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