Skip to content

Commit 48496ca

Browse files
committed
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.
1 parent f6acbef commit 48496ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ci/test/00_setup_env_win64.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ export LC_ALL=C.UTF-8
99
export CONTAINER_NAME=ci_win64
1010
export CI_IMAGE_NAME_TAG="mirror.gcr.io/debian:trixie" # Check that https://packages.debian.org/trixie/g++-mingw-w64-ucrt64 can cross-compile
1111
export HOST=x86_64-w64-mingw32ucrt
12-
export DEP_OPTS="CC=${HOST}-gcc CXX=${HOST}-g++"
1312
export PACKAGES="g++-mingw-w64-ucrt64 nsis"
1413
export RUN_UNIT_TESTS=false
1514
export RUN_FUNCTIONAL_TESTS=false

0 commit comments

Comments
 (0)