From 5cc2983bee196f3c54e0486bd4e07bda04970747 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 5 Mar 2023 16:01:12 +0100 Subject: [PATCH] Test UTF-8 build variant with ASAN too To avoid adding yet another build, enable UTF-8 and ASAN for the existing C++20 build. --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 962899a759..9f872ec731 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,10 +108,11 @@ jobs: skip_samples: true use_asan: true use_xvfb: true - - name: Ubuntu 22.04 wxGTK C++20 + - name: Ubuntu 22.04 wxGTK UTF-8 C++20 runner: ubuntu-22.04 - configure_flags: --with-cxx=20 - skip_samples: true + configure_flags: --with-cxx=20 --enable-utf8 --enable-utf8only + use_asan: true + use_xvfb: true - name: Ubuntu 18.04 wxX11 runner: ubuntu-latest container: ubuntu:18.04