From 1c575db6bd1a2f4ecd0dcb1b69ccf2eae645d997 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Proust?= Date: Wed, 21 Sep 2022 14:18:32 +0200 Subject: [PATCH] Bump opam repo hash --- .gitlab/ci/templates.yml | 2 +- scripts/version.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab/ci/templates.yml b/.gitlab/ci/templates.yml index 1d8a30dbf2a9..7d175e6cfa69 100644 --- a/.gitlab/ci/templates.yml +++ b/.gitlab/ci/templates.yml @@ -2,7 +2,7 @@ variables: # /!\ CI_REGISTRY is overriden to use a private Docker registry mirror in AWS ECR # in GitLab namespaces `nomadic-labs` and `tezos` ## This value MUST be the same as `opam_repository_tag` in `scripts/version.sh` - build_deps_image_version: a999d04a567ffcb1d9f018ed12f1cca91948663c + build_deps_image_version: a8bf0e7d55f866f4aebb28a2fc65aefff727d847 build_deps_image_name: "${CI_REGISTRY}/tezos/opam-repository" GIT_STRATEGY: fetch GIT_DEPTH: "1" diff --git a/scripts/version.sh b/scripts/version.sh index d3fd7ab73d0a..10653fc5d157 100755 --- a/scripts/version.sh +++ b/scripts/version.sh @@ -20,12 +20,12 @@ export recommended_node_version=14.12.0 ## full_opam_repository is a commit hash of the public OPAM repository, i.e. ## https://github.com/ocaml/opam-repository -export full_opam_repository_tag=231273e96a862099add322413688f896afb02464 +export full_opam_repository_tag=b52ec3157016ea7c3c021bf6a099fc3adbe6ce9a ## opam_repository is an additional, tezos-specific opam repository. ## This value MUST be the same as `build_deps_image_version` in `.gitlab/ci/templates.ym export opam_repository_url=https://gitlab.com/tezos/opam-repository -export opam_repository_tag=a999d04a567ffcb1d9f018ed12f1cca91948663c +export opam_repository_tag=a8bf0e7d55f866f4aebb28a2fc65aefff727d847 export opam_repository_git=$opam_repository_url.git export opam_repository=$opam_repository_git\#$opam_repository_tag -- GitLab