summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRan Benita <ran@unusedvar.com>2020-07-22 11:47:15 +0300
committerRan Benita <ran@unusedvar.com>2020-07-22 13:45:17 +0300
commitfa300b24d2abe0f300267a7c4a4c1e9883401e92 (patch)
treea8331f67f4b10075cd468fb7c7b10c515e466733 /.github
parentd4a17915db7987c7e07a364675f19671c13f54e7 (diff)
downloadxorg-lib-libxkbcommon-fa300b24d2abe0f300267a7c4a4c1e9883401e92.tar.gz
test: fix Windows CI by rewriting symbols-leak-test from bash to python
The CI started installing some wrapper instead of a real bash which is what gets found. See: https://github.com/actions/virtual-environments/pull/1081 Given meson is written in python, it should always be available hopefully. Disabled valgrind wrapper for now because it now also applies to the python interpreter which leaks like a sieve. Signed-off-by: Ran Benita <ran@unusedvar.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 5c56dbb..75eee79 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -34,7 +34,7 @@ jobs:
meson compile -C build
- name: Test
run:
- meson test -C build --print-errorlogs --wrapper="valgrind --leak-check=full --track-origins=yes --error-exitcode=99"
+ meson test -C build --print-errorlogs # --wrapper="valgrind --leak-check=full --track-origins=yes --error-exitcode=99"
macos:
runs-on: macos-10.15