Skip to content

Commit bc4cb08

Browse files
committed
Bump the src_ext / opam-repository cache
1 parent 0f15bd0 commit bc4cb08

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -514,10 +514,10 @@ let main oc : unit =
514514
("CYGWIN_MIRROR", "http://mirrors.kernel.org/sourceware/cygwin/");
515515
("CYGWIN_ROOT", "D:\\cygwin");
516516
("CYGWIN", "winsymlinks:native");
517-
("CYGWIN_EPOCH", "3");
517+
("CYGWIN_EPOCH", "2");
518518
] in
519519
let keys = [
520-
("archives", "archives-${{ hashFiles('src_ext/Makefile.sources', 'src_ext/Makefile', '.github/scripts/common/preamble.sh', '.github/scripts/main/preamble.sh', '.github/scripts/main/archives-cache.sh') }}-${{ env.OPAM_REPO_SHA }}");
520+
("archives", "archives-1-${{ hashFiles('src_ext/Makefile.sources', 'src_ext/Makefile', '.github/scripts/common/preamble.sh', '.github/scripts/main/preamble.sh', '.github/scripts/main/archives-cache.sh') }}-${{ env.OPAM_REPO_SHA }}");
521521
("ocaml-secondary-compiler", "legacy-${{ env.OPAM_REPO_SHA }}");
522522
("ocaml-cache", "${{ hashFiles('.github/scripts/main/ocaml-cache.sh', '.github/scripts/main/preamble.sh') }}");
523523
("cygwin", "${{ hashFiles('.github/scripts/cygwin.cmd') }}-${{ env.CYGWIN_EPOCH }}");

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ env:
4646
CYGWIN_MIRROR: http://mirrors.kernel.org/sourceware/cygwin/
4747
CYGWIN_ROOT: D:\cygwin
4848
CYGWIN: winsymlinks:native
49-
CYGWIN_EPOCH: 3
49+
CYGWIN_EPOCH: 2
5050

5151
defaults:
5252
run:
@@ -71,8 +71,8 @@ jobs:
7171
- name: Determine cache keys
7272
id: keys
7373
run: |
74-
echo archives=archives-${{ hashFiles('src_ext/Makefile.sources', 'src_ext/Makefile', '.github/scripts/common/preamble.sh', '.github/scripts/main/preamble.sh', '.github/scripts/main/archives-cache.sh') }}-${{ env.OPAM_REPO_SHA }}
75-
echo ::set-output name=archives::archives-${{ hashFiles('src_ext/Makefile.sources', 'src_ext/Makefile', '.github/scripts/common/preamble.sh', '.github/scripts/main/preamble.sh', '.github/scripts/main/archives-cache.sh') }}-${{ env.OPAM_REPO_SHA }}
74+
echo archives=archives-1-${{ hashFiles('src_ext/Makefile.sources', 'src_ext/Makefile', '.github/scripts/common/preamble.sh', '.github/scripts/main/preamble.sh', '.github/scripts/main/archives-cache.sh') }}-${{ env.OPAM_REPO_SHA }}
75+
echo ::set-output name=archives::archives-1-${{ hashFiles('src_ext/Makefile.sources', 'src_ext/Makefile', '.github/scripts/common/preamble.sh', '.github/scripts/main/preamble.sh', '.github/scripts/main/archives-cache.sh') }}-${{ env.OPAM_REPO_SHA }}
7676
echo ocaml-secondary-compiler=legacy-${{ env.OPAM_REPO_SHA }}
7777
echo ::set-output name=ocaml-secondary-compiler::legacy-${{ env.OPAM_REPO_SHA }}
7878
echo ocaml-cache=${{ hashFiles('.github/scripts/main/ocaml-cache.sh', '.github/scripts/main/preamble.sh') }}

0 commit comments

Comments
 (0)