From 27de3f4de21a23b38c8e06b0c123614d5ae4177f Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 15 Jul 2025 22:47:02 +0200 Subject: [PATCH] keep testing LC_ALL=C in a job --- .github/workflows/linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 6ca212c291..dbb4d5d2d3 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -79,7 +79,7 @@ jobs: build: - name: 'libressl heimdal' install_packages: zlib1g-dev libidn2-dev libnghttp2-dev libldap-dev heimdal-dev - install_steps: libressl pytest + install_steps: libressl pytest codeset-test configure: LDFLAGS=-Wl,-rpath,/home/runner/libressl/lib --with-openssl=/home/runner/libressl --with-gssapi --enable-debug - name: 'libressl heimdal valgrind' @@ -685,7 +685,7 @@ jobs: fi fi [ -x ~/venv/bin/activate ] && source ~/venv/bin/activate - export LC_ALL=C + [[ "${MATRIX_INSTALL_STEPS}" = *'codeset-test'* ]] && export LC_ALL=C if [ "${MATRIX_BUILD}" = 'cmake' ]; then cmake --build bld --verbose --target "${TEST_TARGET}" else