Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the io-page version and and glide.yaml file #216

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
os: osx
osx_image: xcode8.3
osx_image: xcode10.1

language: go
go:
- 1.8.x
- 1.11.x
- tip

env:
global:
- GO_BUILD_TAGS='lib9p qcow2'
- GO_BUILD_TAGS='lib9p'
- HOMEBREW_NO_AUTO_UPDATE=1
- MAKEFLAGS="-j$(sysctl -n hw.ncpu)"
- RELEASE_GO_VERSION=''
Expand All @@ -25,7 +25,7 @@ before_install:
# for ocaml-qcow
- brew install https://github.com/Homebrew/homebrew-core/raw/master/Formula/opam.rb
- brew install https://github.com/Homebrew/homebrew-core/raw/master/Formula/libev.rb
- opam --version && opam init && opam install uri qcow-format io-page.1.6.1 ocamlfind conf-libev
- opam --version && opam init && opam install uri qcow-format io-page ocamlfind conf-libev
- eval `opam config env`

install:
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ endif
# Package settings

# Build package infomation
GITHUB_USER := zchee
GITHUB_USER := machine-drivers
TOP_PACKAGE_DIR := github.com/${GITHUB_USER}
PACKAGE := $(shell basename $(PWD))
OUTPUT := bin/docker-machine-driver-xhyve
Expand All @@ -41,8 +41,8 @@ MAIN_FILE := $(shell grep "func main\(\)" *.go -l)
# ----------------------------------------------------------------------------
# Define main commands

CC := $(shell xcrun -f clang)
LIBTOOL := $(shell xcrun -f libtool)
CC := xcrun --sdk macosx clang
LIBTOOL := xcrun --sdk macosx libtool
GO_CMD := $(shell which go)
GIT_CMD := $(shell which git)
DOCKER_CMD := $(shell which docker)
Expand Down
10 changes: 8 additions & 2 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package: github.com/zchee/docker-machine-driver-xhyve
package: github.com/machine-drivers/docker-machine-driver-xhyve
import:
- package: github.com/docker/machine
version: v0.11.0
Expand Down