X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=makedist.sh;h=ad38c99d3c3a8c021ede575b8b2a9c554fb71be5;hb=9cbb466ce80096c2c12c88be50e475265adb74b1;hp=7889d49e01726b8829ab44f6ff9902d25a21021c;hpb=89cfc56cd7a844fc51475c5817b3b531ba6130d1;p=goredo.git diff --git a/makedist.sh b/makedist.sh index 7889d49..ad38c99 100755 --- a/makedist.sh +++ b/makedist.sh @@ -72,11 +72,6 @@ modvendor -v -copy="**/*_test.go **/private-gen.go **/main.go **/vectors.json ** rm -rf vendor/golang.org/x/sys/plan9 vendor/golang.org/x/sys/windows find vendor/golang.org/x/sys -name "*_test.go" -delete find . \( -name .gitignore -o -name .travis.yml \) -delete - -rm vendor/lukechampine.com/blake3/cpu_darwin.go -sed -n -i.tmp '3,$p' vendor/lukechampine.com/blake3/cpu.go -rm vendor/lukechampine.com/blake3/cpu.go.tmp - cd .. ########################################################################