X-Git-Url: http://www.git.cypherpunks.ru/?p=goredo.git;a=blobdiff_plain;f=makedist.sh;h=637b1826d4978bd59d1c2025eacad59efe29bde8;hp=4eef737eabb067f709953a6084a41e1f8cc39547;hb=7e71a1e965ccf439d484bdaef5afb4887ee8baf6;hpb=578fc03d221a23e0a0eb976e16d605031329b768 diff --git a/makedist.sh b/makedist.sh index 4eef737..637b182 100755 --- a/makedist.sh +++ b/makedist.sh @@ -72,6 +72,11 @@ 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 .. ########################################################################