summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2025-08-26 11:49:47 +0200
committerJussi Pakkanen <jussi.pakkanen@mailbox.org>2025-09-15 23:22:00 +0300
commit10f06d76807c3c3ebaec2476fe50d6708d5069e8 (patch)
tree3472a26c58f6aad69868323521ad8b89e37d675a /.github
parenta2111ccd2e9810ec146a8f3050983801db844a95 (diff)
downloadmeson-10f06d76807c3c3ebaec2476fe50d6708d5069e8.tar.gz
Revert "tests: skip test common/223 in the -Ddefault_library=... jobs"
This reverts commit 5ab871be5287aa5cce1e8dfdfb7c4a6b07b4f2f7. It is not needed anymore since the pre-1.8 semantics were the good ones.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/os_comp.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/os_comp.yml b/.github/workflows/os_comp.yml
index 91ca62eed..4b9b7a4a6 100644
--- a/.github/workflows/os_comp.yml
+++ b/.github/workflows/os_comp.yml
@@ -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 }}