Skip to content

Commit a5a0874

Browse files
authored
Merge pull request #249 from ijc/ci-issues
circleci: use a patched opam.rb
2 parents 64bbfbe + fded31c commit a5a0874

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

go/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ vendor-local:
6969

7070
.PHONY: ci setup
7171
setup:
72-
go get github.com/golang/lint/golint
72+
go get golang.org/x/lint/golint
7373

7474
ci: setup build/hyperkitgo build/hyperkitgo_linux build/hyperkitgo.exe test
7575
test -z "$$(gofmt -s -l . 2>&1 | grep -v ^vendor/ | tee /dev/stderr)"

0 commit comments

Comments
 (0)