From 13c923180394f756dc791ec6bd120c6b596f9b69 Mon Sep 17 00:00:00 2001 From: Raja Boujbel Date: Mon, 23 Nov 2020 10:56:49 +0100 Subject: [PATCH] travis/appveyor: set fixed commit hash for test and one for compiling opam --- .travis-ci.sh | 2 +- .travis.yml | 1 + appveyor.yml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis-ci.sh b/.travis-ci.sh index 37fc30cd225..c4e35562339 100755 --- a/.travis-ci.sh +++ b/.travis-ci.sh @@ -418,7 +418,7 @@ fi # The SHA is fixed so that upstream changes shouldn't affect CI. The SHA needs # to be moved forwards when a new version of OCaml is added to ensure that the # ocaml-system package is available at the correct version. - opam init --bare default git+https://github.com/ocaml/opam-repository#$OPAM_REPO_SHA + opam init --bare default git+https://github.com/ocaml/opam-repository#$OPAM_TEST_REPO_SHA opam switch create default ocaml-system eval $(opam env) opam install lwt diff --git a/.travis.yml b/.travis.yml index e793a345185..33b175a83d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,6 +30,7 @@ env: - OPAMBSVERSION=2.1.0-alpha2 # This should be identical to the value in appveyor.yml - OPAM_REPO_SHA=6877131f0 + - OPAM_TEST_REPO_SHA=fe0e25d0c jobs: include: diff --git a/appveyor.yml b/appveyor.yml index d94008b6f2f..2e974ab00a6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,6 +13,7 @@ environment: DEP_MODE: lib-ext # This should be identical to the value in .travis.yml OPAM_REPO_SHA: 6877131f0 + OPAM_TEST_REPO_SHA: fe0e25d0c matrix: - CYG_ROOT: cygwin CYG_ARCH: x86