We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6831485 commit f508cceCopy full SHA for f508cce
test/build.sh
@@ -66,9 +66,6 @@ function get-version() {
66
function install-lib() {
67
apt-get update
68
apt-get install -y libsystemd-dev gcc-aarch64-linux-gnu
69
- # Turn off go modules here, because we are not trying to install
70
- # ginkgo library/module. We are trying to install the ginkgo executable.
71
- GO111MODULE=off go get -v github.com/onsi/ginkgo/ginkgo
72
}
73
74
function write-env-file() {
0 commit comments