From: Keith Randall Date: Tue, 9 Nov 2021 16:08:16 +0000 (-0800) Subject: [dev.boringcrypto] cmd/compile: disable version test on boringcrypto X-Git-Tag: go1.19beta1~484^2~33 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=16215e5340a84adcfce7ba49fdde6f9a0bbe1c0a;p=gostls13.git [dev.boringcrypto] cmd/compile: disable version test on boringcrypto This test modifies a binary, which the FIPS integrity test doesn't like. Fixes #49402 Change-Id: I817d1f49e779ce1ea5f9477bf74e729e82b42875 Reviewed-on: https://go-review.googlesource.com/c/go/+/362654 Trust: Keith Randall Run-TryBot: Keith Randall Reviewed-by: Cherry Mui --- diff --git a/src/cmd/compile/internal/amd64/versions_test.go b/src/cmd/compile/internal/amd64/versions_test.go index ee1a8ca3aa..e8bda78291 100644 --- a/src/cmd/compile/internal/amd64/versions_test.go +++ b/src/cmd/compile/internal/amd64/versions_test.go @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +//go:build !boringcrypto + package amd64_test import (