Skip to content

Commit

Permalink
GHA CI: also skip ARM testing temporarily
Browse files Browse the repository at this point in the history
More QEMU problems.
  • Loading branch information
xavierleroy committed Aug 19, 2024
1 parent 90418d0 commit 406ae8b
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions tools/runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -184,12 +184,14 @@ case "$target,$os" in
2) Run_test "" "-Os";;
esac;;
arm,linux)
case "$1" in
1) Run_test "$simu_armhf" "-marm";;
2) Run_test "$simu_armhf" "-mthumb";;
3) Rebuild_runtime -toolprefix arm-linux-gnueabi- arm-eabi
Run_test "$simu_armsf" "-marm";;
esac;;
# TEMPORARY: skip ARM testing because of QEMU problem on the test VM
# case "$1" in
# 1) Run_test "$simu_armhf" "-marm";;
# 2) Run_test "$simu_armhf" "-mthumb";;
# 3) Rebuild_runtime -toolprefix arm-linux-gnueabi- arm-eabi
# Run_test "$simu_armsf" "-marm";;
# esac;;
echo "Skipping ARM tests";;
ppc,linux)
# TEMPORARY: skip PPC testing because of QEMU problem on the test VM
# case "$1" in
Expand Down

0 comments on commit 406ae8b

Please sign in to comment.