Revert "tests: skip test common/223 in the -Ddefault_library=... jobs"

This reverts commit 5ab871be52.
It is not needed anymore since the pre-1.8 semantics were the
good ones.
This commit is contained in:
Paolo Bonzini
2025-08-26 11:49:47 +02:00
committed by Jussi Pakkanen
parent a2111ccd2e
commit 10f06d7680
2 changed files with 0 additions and 6 deletions

View File

@@ -100,12 +100,10 @@ jobs:
- CC: 'gcc'
CXX: 'g++'
- MESON_ARGS: '--unity=on -Ddefault_library=static'
MESON_TEST_DDEFAULT_LIBRARY: yes
RUN_TESTS_ARGS: '--no-unittests'
CC: 'gcc'
CXX: 'g++'
- MESON_ARGS: '-Ddefault_library=both'
MESON_TEST_DDEFAULT_LIBRARY: yes
RUN_TESTS_ARGS: '--no-unittests'
CC: 'gcc'
CXX: 'g++'
@@ -132,7 +130,6 @@ jobs:
env:
MESON_RSP_THRESHOLD: ${{ matrix.cfg.MESON_RSP_THRESHOLD }}
MESON_ARGS: ${{ matrix.cfg.MESON_ARGS }}
MESON_TEST_DDEFAULT_LIBRARY: ${{ matrix.cfg.MESON_TEST_DDEFAULT_LIBRARY }}
RUN_TESTS_ARGS: ${{ matrix.cfg.RUN_TESTS_ARGS }}
CC: ${{ matrix.cfg.CC }}
CXX: ${{ matrix.cfg.CXX }}