mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 10:13:34 +08:00
test: skip TEST-36 on s390x and powerpc
As QEMU there doesn't support NUMA nodes. Also, drop the now unneeded deny-list file for Ubuntu CI.
This commit is contained in:
parent
6743066875
commit
fc55ef9b69
@ -14,4 +14,9 @@ else
|
||||
QEMU_OPTIONS+=" -numa node,nodeid=0"
|
||||
fi
|
||||
|
||||
if [[ "$(uname -m)" =~ ^(s390x|ppc)$ ]]; then
|
||||
echo "QEMU doesn't support NUMA nodes on $(uname -m), skipping the test"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
do_test "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user