Disable wxWebView in ASAN CI build

Running wxWebView tests with ASAN results in "ASan runtime does not come
first in initial library list" warnings and doesn't work currently, so
disable wxWebView in this build for now to have a chance of passing the
tests.

It would be better to actually fix this, of course, but this will have
to wait until later.
This commit is contained in:
Vadim Zeitlin
2021-01-31 00:09:48 +01:00
parent fd3897c2ab
commit 07dfc18cc0

View File

@@ -51,7 +51,7 @@ jobs:
skip_samples: true skip_samples: true
- name: Ubuntu 20.04 wxGTK with ASAN - name: Ubuntu 20.04 wxGTK with ASAN
runner: ubuntu-20.04 runner: ubuntu-20.04
configure_flags: --disable-compat30 --disable-sys-libs --with-libcurl configure_flags: --disable-compat30 --disable-sys-libs --with-libcurl --disable-webview
skip_samples: true skip_samples: true
use_asan: true use_asan: true
use_xvfb: true use_xvfb: true