mirror of
https://github.com/curl/curl.git
synced 2026-06-06 20:54:15 +03:00
finalize codeset-tests
This commit is contained in:
parent
69b457ddbe
commit
d9d68fe7c5
2 changed files with 8 additions and 4 deletions
6
.github/workflows/linux.yml
vendored
6
.github/workflows/linux.yml
vendored
|
|
@ -685,8 +685,10 @@ jobs:
|
|||
fi
|
||||
fi
|
||||
[ -x ~/venv/bin/activate ] && source ~/venv/bin/activate
|
||||
export LC_ALL=C
|
||||
export LC_CTYPE=C
|
||||
if [[ "${MATRIX_INSTALL_STEPS}" = *'codeset-test'* ]]; then
|
||||
export LC_ALL=C
|
||||
export LC_CTYPE=C
|
||||
fi
|
||||
if [ "${MATRIX_BUILD}" = 'cmake' ]; then
|
||||
cmake --build bld --verbose --target "${TEST_TARGET}"
|
||||
else
|
||||
|
|
|
|||
6
.github/workflows/macos.yml
vendored
6
.github/workflows/macos.yml
vendored
|
|
@ -480,8 +480,10 @@ jobs:
|
|||
run: |
|
||||
TFLAGS="-j20 ${TFLAGS}"
|
||||
source ~/venv/bin/activate
|
||||
export LC_ALL=C
|
||||
export LC_CTYPE=C
|
||||
if [[ "${MATRIX_INSTALL_STEPS}" = *'codeset-test'* ]]; then
|
||||
export LC_ALL=C
|
||||
export LC_CTYPE=C
|
||||
fi
|
||||
rm -f ~/.curlrc
|
||||
if [ "${MATRIX_BUILD}" = 'cmake' ]; then
|
||||
cmake --build bld --verbose --target "${TEST_TARGET}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue