Skip to content

Commit

Permalink
Update build dependencies for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
pwschuurman committed May 26, 2021
1 parent 18541ad commit 6782999
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -12,7 +12,7 @@ services:
- docker
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libsystemd-dev gcc-aarch64-linux-gnu
- sudo apt-get install -y libsystemd-dev libc6-dev-arm64-cross gcc-aarch64-linux-gnu
install:
- mkdir -p $HOME/gopath/src/k8s.io
- mv $TRAVIS_BUILD_DIR $HOME/gopath/src/k8s.io/node-problem-detector
Expand Down
2 changes: 1 addition & 1 deletion test/build.sh
Expand Up @@ -65,7 +65,7 @@ function get-version() {

function install-lib() {
apt-get update
apt-get install -y libsystemd-dev
apt-get install -y libsystemd-dev gcc-aarch64-linux-gnu
# Turn off go modules here, because we are not trying to install
# ginkgo library/module. We are trying to install the ginkgo executable.
GO111MODULE=off go get -v github.com/onsi/ginkgo/ginkgo
Expand Down

0 comments on commit 6782999

Please sign in to comment.