disable GOMODULES to hopefully fix fuzz build
This commit is contained in:
parent
7f7cd2d104
commit
f70ab624d0
|
@ -1,5 +1,7 @@
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
|
export GO111MODULE="off"
|
||||||
|
|
||||||
## see our config, for debugging
|
## see our config, for debugging
|
||||||
wd=`pwd`
|
wd=`pwd`
|
||||||
echo "pwd: ${pwd}"
|
echo "pwd: ${pwd}"
|
||||||
|
|
Loading…
Reference in New Issue