Skip to content

Commit ccced7c

Browse files
Merge PR #21385: ci: bump sel
Reviewed-by: SkySkimmer Co-authored-by: SkySkimmer <SkySkimmer@users.noreply.github.com>
2 parents 30f4e52 + 98bd7a8 commit ccced7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ variables:
4141
# echo $(md5sum dev/ci/docker/old_ubuntu_lts/Dockerfile | head -c 10)
4242
# echo $(md5sum dev/ci/docker/edge_ubuntu/Dockerfile | head -c 10)
4343
BASE_CACHEKEY: "old_ubuntu_lts-V2025-11-14-69405188ee"
44-
EDGE_CACHEKEY: "edge_ubuntu-V2025-07-28-64d7f0aa51"
44+
EDGE_CACHEKEY: "edge_ubuntu-V2025-12-02-e6edb0cc32"
4545
BASE_IMAGE: "$CI_REGISTRY_IMAGE:$BASE_CACHEKEY"
4646
EDGE_IMAGE: "$CI_REGISTRY_IMAGE:$EDGE_CACHEKEY"
4747

dev/ci/docker/edge_ubuntu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ENV COMPILER="4.14.2" \
5656
BASE_OPAM="zarith.1.13 ounit2.2.2.6 camlzip.1.13" \
5757
CI_OPAM="ocamlgraph.2.0.0 cppo.1.6.9" \
5858
BASE_OPAM_EDGE="dune.3.14.0 dune-build-info.3.14.0 dune-release.2.0.0 ocamlfind.1.9.6 odoc.2.3.1" \
59-
CI_OPAM_EDGE="elpi.3.0.1 ppx_import.1.10.0 cmdliner.1.1.1 sexplib.v0.15.1 ppx_sexp_conv.v0.15.1 ppx_hash.v0.15.0 ppx_compare.v0.15.0 ppx_deriving_yojson.3.7.0 yojson.2.1.0 uri.4.2.0 ppx_yojson_conv.v0.15.1 ppx_inline_test.v0.15.1 ppx_assert.v0.15.0 ppx_optcomp.v0.15.0 lsp.1.16.2 sel.0.6.0" \
59+
CI_OPAM_EDGE="elpi.3.0.1 ppx_import.1.10.0 cmdliner.1.1.1 sexplib.v0.15.1 ppx_sexp_conv.v0.15.1 ppx_hash.v0.15.0 ppx_compare.v0.15.0 ppx_deriving_yojson.3.7.0 yojson.2.1.0 uri.4.2.0 ppx_yojson_conv.v0.15.1 ppx_inline_test.v0.15.1 ppx_assert.v0.15.0 ppx_optcomp.v0.15.0 lsp.1.16.2 sel.0.8.0" \
6060
COQIDE_OPAM_EDGE="lablgtk3-sourceview3.3.1.3"
6161

6262
# EDGE+flambda switch, we install CI_OPAM as to be able to use

0 commit comments

Comments
 (0)