ci: Remove redundant DEP_OPTS from “Windows-cross UCRT” job

GCC-based tools already follow the standard naming convention for the
`x86_64-w64-mingw32ucrt` target.
This commit is contained in:
Hennadii Stepanov 2025-11-30 11:27:17 +00:00
parent f6acbef108
commit 48496caa12
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F

View File

@ -9,7 +9,6 @@ export LC_ALL=C.UTF-8
export CONTAINER_NAME=ci_win64
export CI_IMAGE_NAME_TAG="mirror.gcr.io/debian:trixie" # Check that https://packages.debian.org/trixie/g++-mingw-w64-ucrt64 can cross-compile
export HOST=x86_64-w64-mingw32ucrt
export DEP_OPTS="CC=${HOST}-gcc CXX=${HOST}-g++"
export PACKAGES="g++-mingw-w64-ucrt64 nsis"
export RUN_UNIT_TESTS=false
export RUN_FUNCTIONAL_TESTS=false