Skip to content

Commit

Permalink
GHA CI: skip PPC testing temporarily
Browse files Browse the repository at this point in the history
QEMU problems, to be investigated.
  • Loading branch information
xavierleroy committed Aug 19, 2024
1 parent 9e47293 commit 0ba5f6a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions tools/runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,12 @@ case "$target,$os" in
Run_test "$simu_armsf" "-marm";;
esac;;
ppc,linux)
case "$1" in
1) Run_test "$simu_ppc32" "";;
2) Run_test "$simu_ppc32" "-Os";;
esac;;
# TEMPORARY: skip PPC testing because of QEMU problem on the test VM
# case "$1" in
# 1) Run_test "$simu_ppc32" "";;
# 2) Run_test "$simu_ppc32" "-Os";;
# esac;;
echo "Skipping PPC tests";;
riscv,linux)
case "$1" in
1) Run_test "$simu_rv64" "";;
Expand Down

0 comments on commit 0ba5f6a

Please sign in to comment.