Skip to content

Commit

Permalink
[dev.boringcrypto] cmd/compile: disable version test on boringcrypto
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
randall77 committed Nov 9, 2021
1 parent c9858c7 commit 16215e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cmd/compile/internal/amd64/versions_test.go
Expand Up @@ -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 (
Expand Down

0 comments on commit 16215e5

Please sign in to comment.