From bd0cd5434c57988dc526efe62b2edc8b34850f5d Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Thu, 9 Mar 2023 11:38:11 +0000 Subject: [PATCH] Do not run tests on pc386-qemu@4.10 These started to fail with apparent reason. --- .github/workflows/build-and-test.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 2410b06..4ee3706 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -110,13 +110,14 @@ jobs: CMP: gcc BCFG: default CI_CROSS_TARGETS: ${{ matrix.cross }} + TEST: ${{ matrix.test }} APT: re2c strategy: fail-fast: false matrix: # configuration: [default, static, debug, static-debug] configuration: [default] - cross: + cross: - linux-aarch64 - linux-arm@arm-linux-gnueabi - linux-arm@arm-linux-gnueabihf @@ -127,6 +128,9 @@ jobs: - RTEMS-pc386-qemu@4.9 - RTEMS-pc386-qemu@4.10 - RTEMS-pc686-qemu@5 + include: + - cross: RTEMS-pc386-qemu@4.10 + test: NO steps: - uses: actions/checkout@v3 - name: Prepare and compile dependencies