disable GOMODULES to hopefully fix fuzz build

This commit is contained in:
Krzysztof Kowalczyk 2019-08-01 17:02:55 -07:00
parent 7f7cd2d104
commit f70ab624d0
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
set -xe
export GO111MODULE="off"
## see our config, for debugging
wd=`pwd`
echo "pwd: ${pwd}"