File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ vendor-local:
6969
7070.PHONY : ci setup
7171setup :
72- go get github.com/golang /lint/golint
72+ go get golang.org/x /lint/golint
7373
7474ci : setup build/hyperkitgo build/hyperkitgo_linux build/hyperkitgo.exe test
7575 test -z " $$ (gofmt -s -l . 2>&1 | grep -v ^vendor/ | tee /dev/stderr)"
You can’t perform that action at this time.
0 commit comments