Skip to content

Commit e337f6d

Browse files
committed
Bump QEMU_CPU to cortex-a57.
1 parent 321b52b commit e337f6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/set_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ platformopts() {
2626
echo "TEST_SET_MIGHTFAIL=early_cancel_lost100,early_cancel"
2727
;;
2828
linux/arm64)
29-
echo "QEMU_CPU=cortex-a53"
29+
echo "QEMU_CPU=cortex-a57"
3030
echo "MM_INIT_DELAY=6"
3131
echo "TEST_SET_MIGHTFAIL=early_cancel_lost100,early_cancel"
3232
;;

0 commit comments

Comments
 (0)