소스 검색

FIX BUILD

tags/v1.1.3
Andrea Spacca 4 년 전
부모
커밋
6b249d21c4
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      fuzzit.sh

+ 2
- 2
fuzzit.sh 파일 보기

@@ -13,11 +13,11 @@ ROOT=./server
TYPE=$1

# Setup
export GO111MODULE="on"
export GOFUZZ111MODULE="on"
go get -u github.com/dvyukov/go-fuzz/go-fuzz github.com/dvyukov/go-fuzz/go-fuzz-build
go get -d -v -u ./...
if [ ! -f fuzzit ]; then
wget -q -O fuzzit https://github.com/fuzzitdev/fuzzit/releases/download/v2.4.29/fuzzit_Linux_x86_64
wget -q -O fuzzit https://github.com/fuzzitdev/fuzzit/releases/download/v2.4.72/fuzzit_Linux_x86_64
chmod a+x fuzzit
fi



불러오는 중...
취소
저장