From 9e0dc6c4106dcf7681ffe169ce2fd39128353c09 Mon Sep 17 00:00:00 2001 From: David Allsopp Date: Wed, 5 Jun 2024 22:09:08 +0100 Subject: [PATCH] Whoopsie --- .github/scripts/main/preamble.sh | 2 +- .github/workflows/ci.ml | 6 +++--- .github/workflows/depexts.yml | 4 ++-- .github/workflows/main.yml | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/scripts/main/preamble.sh b/.github/scripts/main/preamble.sh index 19bb37f5032..0d1f46d9cb2 100644 --- a/.github/scripts/main/preamble.sh +++ b/.github/scripts/main/preamble.sh @@ -19,7 +19,7 @@ OPAM_COLD=${OPAM_COLD:-0} OPAM_TEST=${OPAM_TEST:-0} OPAM_UPGRADE=${OPAM_UPGRADE:-0} -OPAM_REPO_MAIN=https://github.com/ocaml/opam-repository.git +OPAM_REPO_MAIN=https://github.com/dra27/opam-repository.git OPAM12CACHE=`eval echo $OPAM12CACHE` OPAMBSROOT=`eval echo $OPAMBSROOT` diff --git a/.github/workflows/ci.ml b/.github/workflows/ci.ml index c88a2a4a083..5df3293304b 100644 --- a/.github/workflows/ci.ml +++ b/.github/workflows/ci.ml @@ -475,9 +475,9 @@ let main oc : unit = ("OPAMBSROOT", "~/.cache/.opam.cached"); ("OPAM12CACHE", "~/.cache/opam1.2/cache"); (* These should be identical to the values in appveyor.yml *) - ("OPAM_REPO", "https://github.com/ocaml/opam-repository.git"); - ("OPAM_TEST_REPO_SHA", "0042660a9180d1270c19882182dcf61b6f8bb645"); - ("OPAM_REPO_SHA", "0042660a9180d1270c19882182dcf61b6f8bb645"); + ("OPAM_REPO", "https://github.com/dra27/opam-repository.git"); + ("OPAM_TEST_REPO_SHA", "cef59bc687f8af1060c471b4d633b63cd30df108"); + ("OPAM_REPO_SHA", "cef59bc687f8af1060c471b4d633b63cd30df108"); ("SOLVER", ""); (* Cygwin configuration *) ("CYGWIN_MIRROR", "http://mirrors.kernel.org/sourceware/cygwin/"); diff --git a/.github/workflows/depexts.yml b/.github/workflows/depexts.yml index 3ec64376451..1328d276f8f 100644 --- a/.github/workflows/depexts.yml +++ b/.github/workflows/depexts.yml @@ -17,8 +17,8 @@ defaults: env: OPAMVERSION: 2.1.0 - OPAM_REPO: https://github.com/ocaml/opam-repository.git - OPAM_REPO_SHA: 0042660a9180d1270c19882182dcf61b6f8bb645 + OPAM_REPO: https://github.com/dra27/opam-repository.git + OPAM_REPO_SHA: cef59bc687f8af1060c471b4d633b63cd30df108 jobs: opam-cache: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b836fa11f31..65500a29520 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,9 +25,9 @@ env: OPAMBSVERSION: 2.1.0 OPAMBSROOT: ~/.cache/.opam.cached OPAM12CACHE: ~/.cache/opam1.2/cache - OPAM_REPO: https://github.com/ocaml/opam-repository.git - OPAM_TEST_REPO_SHA: 0042660a9180d1270c19882182dcf61b6f8bb645 - OPAM_REPO_SHA: 0042660a9180d1270c19882182dcf61b6f8bb645 + OPAM_REPO: https://github.com/dra27/opam-repository.git + OPAM_TEST_REPO_SHA: cef59bc687f8af1060c471b4d633b63cd30df108 + OPAM_REPO_SHA: cef59bc687f8af1060c471b4d633b63cd30df108 SOLVER: CYGWIN_MIRROR: http://mirrors.kernel.org/sourceware/cygwin/ CYGWIN_ROOT: D:\cygwin