Skip to content

Commit

Permalink
travis/appveyor: set fixed commit hash for test and one for compiling…
Browse files Browse the repository at this point in the history
… opam
  • Loading branch information
rjbou committed Nov 23, 2020
1 parent 1d3c554 commit 13c9231
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 13c9231

Please sign in to comment.