diff options
-rw-r--r-- | testing/cockroach/APKBUILD | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/cockroach/APKBUILD b/testing/cockroach/APKBUILD index 622707da65..43bb422e3e 100644 --- a/testing/cockroach/APKBUILD +++ b/testing/cockroach/APKBUILD @@ -20,6 +20,9 @@ source="${pkgname}-v${pkgver}.tar.gz::https://binaries.cockroachdb.com/${pkgname builddir=${srcdir}/${pkgname}-v${pkgver} +# Fails with a permission denied error on some builders without this. +export GO111MODULE=off + build() { local flags="-D_BSD_SOURCE -Wno-format" make CXXFLAGS="$flags -Wno-deprecated-copy -Wno-redundant-move -Wno-pessimizing-move -Wno-array-bounds" \ |