]> Cypherpunks.ru repositories - gostls13.git/commitdiff
[dev.boringcrypto] misc/boring: skip long tests during build.release
authorHeschi Kreinick <heschi@google.com>
Wed, 20 Apr 2022 19:48:57 +0000 (15:48 -0400)
committerHeschi Kreinick <heschi@google.com>
Fri, 22 Apr 2022 20:07:52 +0000 (20:07 +0000)
In CL 397477 I merged long tests into the built-in cmd/release flow.
Skip them during the boringcrypto release for now; we've never run them
before.

For #51797.

Change-Id: I8d5caa945a2558cd3a311a90be5bfb62ae7b0ace
Reviewed-on: https://go-review.googlesource.com/c/go/+/401338
Run-TryBot: Heschi Kreinick <heschi@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>

misc/boring/build.release

index f421b12206829875ddb9f270b23d12f3624ccfc8..ae08bab8c9be8542643500832fbbe3a15cfc6e5b 100755 (executable)
@@ -70,7 +70,7 @@ sha() {
     fi
 }
 shortgo=$(echo "$base" | perl -pe 's/(go\d+\.\d+)(\.\d+|rc\d+)/$1/')
-$dir/release -target linux-amd64 -rev "$commit" -version "$version"
+$dir/release -target linux-amd64 -rev "$commit" -version "$version" -skip_long_tests
 $dir/release -target src -rev "$commit" -version "$version"
 output="$version.linux-amd64.tar.gz"
 ls -l "$output"