mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-09 23:26:29 -04: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:
commit
bfe79030a9
@ -2968,7 +2968,7 @@ component_test_m32_o0 () {
|
|||||||
}
|
}
|
||||||
support_test_m32_o0 () {
|
support_test_m32_o0 () {
|
||||||
case $(uname -m) in
|
case $(uname -m) in
|
||||||
*64*) true;;
|
amd64|x86_64) true;;
|
||||||
*) false;;
|
*) false;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user