Skip to content

Commit

Permalink
cleaning of some leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
Hammond95 committed Sep 12, 2022
1 parent b0dfd49 commit 01e9428
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,27 +28,27 @@ matrix:
apt:
packages:
# install cross compilers for cgo support.
- gcc-aarch64-linux-gnu
- gcc-arm-linux-gnueabi
- libc6-dev-arm64-cross
- env:
TARGET: "arm"
GO_VERSIONS: "master"
addons:
apt:
packages:
# install cross compilers for cgo support.
- gcc-arm-linux-gnueabi
- libc6-dev-arm64-cross
- env:
TARGET: "arm64"
GO_VERSIONS: "$(sed -n -e '/^[^#]/p' < .testdata/sample-binary-$UNAME) master"
#GIMME_CC_FOR_TARGET: "libc6-dev-arm64-cross"
GIMME_DEBUG: "true"
addons:
apt:
packages:
# install cross compilers for cgo support.
- gcc-arm-linux-gnueabi
- libc6-dev-arm64-cross

before_script:
- mkdir -p "${GIMME_TMP}"
script:
Expand All @@ -69,7 +69,4 @@ script:
- ./gimme -V
- ./runtests "${TARGET}" "${GO_BOOTSTRAP_VERSION}" ${GO_VERSIONS}
- ls -la "$HOME/.gimme/envs/"
#- 'command -v go || (if [[ -z "$GIMME_ENV_PREFIX" ]]; then source "$GIMME_ENV_PREFIX/latest.env"; else source "$HOME/.gimme/envs/latest.env"; fi)'
#- go version
#- go env
- ./gimme -l

0 comments on commit 01e9428

Please sign in to comment.