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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue