Skip to content

Commit 5bbbeb4

Browse files
author
Ian Campbell
committed
circleci: use a patched opam.rb
The current one gives the following error: Error: opam: "cxx11" is not a recognized standard I cargo culted this change from moby/vpnkit@4bb313b Signed-off-by: Ian Campbell <ijc@docker.com>
1 parent 64bbfbe commit 5bbbeb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# until the base image is updated.
4444
- run: brew upgrade python
4545
# Install opam 1 until we become opam 2 compatible
46-
- run: brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/72ce8812eaa33abe23533dfa021b51351a6b9c3e/Formula/opam.rb
46+
- run: brew install https://gist.githubusercontent.com/djs55/7a94ee5aeb882ef5399c0485d2affdda/raw/bc04ff96e0082d7ee07642337dbb77c51b93d678/opam.rb
4747
- run: opam init -v -n --comp="${OPAM_COMP}" --switch="${OPAM_COMP}" local "${OPAM_REPO}"
4848
- run: opam config exec -- opam depext -i hyperkit
4949
- run: opam config exec -- make clean

0 commit comments

Comments
 (0)