]> Cypherpunks repositories - gostls13.git/commit
crypto/internal/cryptotest: skip hardware support check on non-Linux builders
authorFilippo Valsorda <filippo@golang.org>
Thu, 24 Oct 2024 09:18:40 +0000 (11:18 +0200)
committerGopher Robot <gobot@golang.org>
Thu, 24 Oct 2024 16:48:11 +0000 (16:48 +0000)
commit06cb3fbe62396200ac0d11351fd2530498cdf681
treec6b5a5731e9cd718d333282fd38b9aad85a6dcdb
parentbf2aa6c233b0a1edca796fd78a02fef0f0251d5e
crypto/internal/cryptotest: skip hardware support check on non-Linux builders

Non-Linux builder hardware is more varied, and the important thing is
that we test on at least one builder.

Fixes #70014
Fixes #70013
Fixes #70012

Change-Id: I33c4483c8b2792f6a15d6532e8cbae98b2888ea5
Reviewed-on: https://go-review.googlesource.com/c/go/+/622096
Auto-Submit: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Roland Shoemaker <roland@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
src/crypto/internal/cryptotest/implementations.go