File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 7373 fail-fast : false
7474 matrix :
7575 optimization : ["", "-O2", "-O3"]
76- sanitize : ["", "-g -fsanitize=address -fsanitize=undefined"]
76+ # TODO: Sanitizer fails in armhf and aarch64
77+ # sanitize: ["", "-g -fsanitize=address -fsanitize=undefined"]
7778 runs-on : ubuntu-latest
7879 defaults :
7980 run :
8687 sudo apt install -y qemu-user gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu gcc-powerpc-linux-gnu gcc-powerpc64le-linux-gnu gcc-riscv64-linux-gnu gcc-s390x-linux-gnu gcc-14-loongarch64-linux-gnu libc6-dev-armhf-cross libc6-dev-ppc64el-cross libc6-dev-powerpc-cross libc6-dev-armel-cross libc6-dev-arm64-cross libc6-dev-s390x-cross libc6-dev-loong64-cross
8788 - name : Set OPT_CLFAGS
8889 run : |
89- echo OPT_CFLAGS="${{ matrix.optimization }} ${{ matrix.sanitize }}" >> $GITHUB_ENV
90+ echo OPT_CFLAGS="${{ matrix.optimization }}" >> $GITHUB_ENV
91+ # TODO: Sanitizer fails in armhf and aarch64
92+ # echo OPT_CFLAGS="${{ matrix.optimization }} ${{ matrix.sanitize }}" >> $GITHUB_ENV
9093 - name : arm-linux-gnueabi
9194 env :
9295 OPT_CFLAGS : " -latomic"
You can’t perform that action at this time.
0 commit comments