Skip to content

Commit c98b267

Browse files
committed
esp/ci: Disable libs distro build for Windows
1 parent 3baa98c commit c98b267

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,8 @@ build_x86_64-w64-mingw32:
301301
USE_LINKER: ""
302302
CONF_HOST: "x86_64-w64-mingw32"
303303
CROSS_BUILD_MINGW: "ON"
304+
# TODO: LLVM-457
305+
PACK_STANDALONE_LIBS: "OFF"
304306

305307
build_arm-linux-gnueabihf:
306308
extends: .build_linux-gnu_template

0 commit comments

Comments
 (0)