diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2025-06-10 18:56:23 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jussi.pakkanen@mailbox.org> | 2025-06-18 21:33:19 +0300 |
| commit | 5ab871be5287aa5cce1e8dfdfb7c4a6b07b4f2f7 (patch) | |
| tree | 975908486fc3af59fc7d173fc07e8a9fbb975e97 /.github | |
| parent | e8e80aaf020f5c74fd0cc791bc26a890d6fe8cfe (diff) | |
| download | meson-5ab871be5287aa5cce1e8dfdfb7c4a6b07b4f2f7.tar.gz | |
tests: skip test common/223 in the -Ddefault_library=... jobs
It is impossible to detect the source of default_library=both from within the
test, so add yet another knob... :(
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/os_comp.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/os_comp.yml b/.github/workflows/os_comp.yml index 4b9b7a4a6..91ca62eed 100644 --- a/.github/workflows/os_comp.yml +++ b/.github/workflows/os_comp.yml @@ -100,10 +100,12 @@ 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++' @@ -130,6 +132,7 @@ 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 }} |
