Skip to content

Commit

Permalink
Merge pull request #4942 from kit-ty-kate/backport-4927-2.1
Browse files Browse the repository at this point in the history
Backport #4927 on 2.1
  • Loading branch information
kit-ty-kate authored Dec 3, 2021
2 parents 3b4aca1 + a7a103c commit 83fe748
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ env:
OPAMBSROOT: ~/.cache/.opam.cached
OPAM12CACHE: ~/.cache/opam1.2/cache
# This should be identical to the value in appveyor.yml
OPAM_TEST_REPO_SHA: b02110b549a0b5275806ce27444fabac71093a0e
OPAM_REPO_SHA: 9355b17f9c22a2b44740e3fc5f25f24771929f26
OPAM_TEST_REPO_SHA: 38e8f54c584fa3cfe779890f7a56fe88ee38be78
OPAM_REPO_SHA: 38e8f54c584fa3cfe779890f7a56fe88ee38be78
# Default ocaml version for some jobs
OCAML_VERSION: 4.12.0
## variables for cache paths
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ environment:
CYG_MIRROR: http://mirrors.kernel.org/sourceware/cygwin/
DEP_MODE: lib-ext
# This should be identical to the value in .travis.yml
OPAM_REPO_SHA: b02110b549a0b5275806ce27444fabac71093a0e
OPAM_TEST_REPO_SHA: b02110b549a0b5275806ce27444fabac71093a0e
OPAM_REPO_SHA: 38e8f54c584fa3cfe779890f7a56fe88ee38be78
OPAM_TEST_REPO_SHA: 38e8f54c584fa3cfe779890f7a56fe88ee38be78
matrix:
- CYG_ROOT: cygwin
CYG_ARCH: x86
Expand Down
4 changes: 2 additions & 2 deletions src_ext/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ endif

PATCH ?= patch

URL_ocaml = https://caml.inria.fr/pub/distrib/ocaml-4.12/ocaml-4.12.0.tar.gz
MD5_ocaml = 0863b31da0ab8ef67c5b723206f494da
URL_ocaml = https://caml.inria.fr/pub/distrib/ocaml-4.12/ocaml-4.12.1.tar.gz
MD5_ocaml = 4b494fe0f06af9f3ff5047fc26993e3f

URL_flexdll = https://github.com/alainfrisch/flexdll/archive/0.39.tar.gz
MD5_flexdll = c8493c7b6e95c4763b89213a9a710af5
Expand Down

0 comments on commit 83fe748

Please sign in to comment.