mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-12 06:30:35 +00:00
Fix golang.org/x/sys/unix dependency issue
This commit is contained in:
@@ -27,6 +27,7 @@ before_install:
|
|||||||
- mkdir -p $GOPATH/src/github.com/smira
|
- mkdir -p $GOPATH/src/github.com/smira
|
||||||
- ln -s $TRAVIS_BUILD_DIR $GOPATH/src/github.com/smira || true
|
- ln -s $TRAVIS_BUILD_DIR $GOPATH/src/github.com/smira || true
|
||||||
- cd $GOPATH/src/github.com/smira/aptly
|
- cd $GOPATH/src/github.com/smira/aptly
|
||||||
|
- go get golang.org/x/sys/unix
|
||||||
install:
|
install:
|
||||||
- make prepare
|
- make prepare
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user