Skip to content
Snippets Groups Projects
Commit 85c39b78 authored by Yann Collet's avatar Yann Collet
Browse files

faster aarch64 test execution

parent 0b8119f0
No related branches found
No related tags found
No related merge requests found
......@@ -495,9 +495,9 @@ jobs:
if: ${{ matrix.name == 'ARM64' }}
run: |
make clean
CFLAGS="-march=armv8-a -Og" LDFLAGS="-static -z force-bti" MOREFLAGS="-mbranch-protection=standard" CC=$XCC QEMU_SYS=$XEMU make check
LDFLAGS="-static" CC=$XCC QEMU_SYS=$XEMU make -j check
make clean
CFLAGS="-march=armv8-a -Og" LDFLAGS="-static" CC=$XCC QEMU_SYS=$XEMU make check
LDFLAGS="-static -z force-bti" MOREFLAGS="-mbranch-protection=standard" CC=$XCC QEMU_SYS=$XEMU make check V=1
- name: PPC
if: ${{ matrix.name == 'PPC' }}
run: |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment