]> Cypherpunks repositories - gostls13.git/commitdiff
[dev.boringcrypto] cmd/compile: disable version test on boringcrypto
authorKeith Randall <khr@golang.org>
Tue, 9 Nov 2021 16:08:16 +0000 (08:08 -0800)
committerKeith Randall <khr@golang.org>
Tue, 9 Nov 2021 16:43:10 +0000 (16:43 +0000)
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 <khr@golang.org>
Run-TryBot: Keith Randall <khr@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/cmd/compile/internal/amd64/versions_test.go

index ee1a8ca3aa0ec73cd21abf9c38a09a6d99741429..e8bda78291fa6da3e48ff0bed6ddfcc2989bc481 100644 (file)
@@ -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 (