mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-29 22:20:30 +00:00
Merge pull request #7003 from lpy4105/issue/do-not-run-x86-tests-on-arm64
all.sh: test_m32_xx is not supported on arm64 host
This commit is contained in:
commit
a0c806aac1
@ -3265,7 +3265,7 @@ component_test_m32_o0 () {
|
||||
}
|
||||
support_test_m32_o0 () {
|
||||
case $(uname -m) in
|
||||
*64*) true;;
|
||||
amd64|x86_64) true;;
|
||||
*) false;;
|
||||
esac
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user