From 73679fae2a74697f26aedf9c5d219368bd4de469 Mon Sep 17 00:00:00 2001 From: Howard Zhang Date: Wed, 31 Mar 2021 18:31:59 +0800 Subject: Disable mitigate and related test on ARM64 As MDS side channel attack does not affect ARM64, we disable mitigate on ARM64 in case misusage. For more detail, please refer to: https://access.redhat.com/security/vulnerabilities/mds Signed-off-by: Howard Zhang --- runsc/mitigate/mitigate_test.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runsc/mitigate') diff --git a/runsc/mitigate/mitigate_test.go b/runsc/mitigate/mitigate_test.go index fbd8eb886..bd5a2433f 100644 --- a/runsc/mitigate/mitigate_test.go +++ b/runsc/mitigate/mitigate_test.go @@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +// +build amd64 + package mitigate import ( -- cgit v1.2.3