1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-01 10:06:53 +03:00

Merge pull request #7021 from lpy4105/issue/backport-do-not-run-x86-tests-on-arm64

Backport 2.28: all.sh: test_m32_xx is not supported on arm64 host
This commit is contained in:
Gilles Peskine
2023-02-07 10:26:16 +01:00
committed by GitHub

View File

@ -2968,7 +2968,7 @@ component_test_m32_o0 () {
}
support_test_m32_o0 () {
case $(uname -m) in
*64*) true;;
amd64|x86_64) true;;
*) false;;
esac
}