mirror of
https://github.com/libuv/libuv
synced 2025-03-28 21:13:16 +00:00
build: disable windows asan buildbot (#4215)
uv_run_tests.exe fails to start up with exit code 0xC0000135 a.k.a. STATUS_DLL_NOT_FOUND, suggesting it cannot find the ASAN runtime libraries. Disable the buildbot until we figure out how to fix that. Refs: https://github.com/libuv/libuv/issues/4210
This commit is contained in:
parent
4107b8d4db
commit
f067f50ae4
3
.github/workflows/CI-win.yml
vendored
3
.github/workflows/CI-win.yml
vendored
@ -25,7 +25,8 @@ jobs:
|
||||
- {toolchain: Visual Studio 16 2019, arch: x64, server: 2019}
|
||||
- {toolchain: Visual Studio 17 2022, arch: Win32, server: 2022}
|
||||
- {toolchain: Visual Studio 17 2022, arch: x64, server: 2022}
|
||||
- {toolchain: Visual Studio 17 2022, arch: x64, server: 2022, config: ASAN}
|
||||
# Currently broken, see https://github.com/libuv/libuv/issues/4210
|
||||
#- {toolchain: Visual Studio 17 2022, arch: x64, server: 2022, config: ASAN}
|
||||
- {toolchain: Visual Studio 17 2022, arch: x64, server: 2022, config: UBSAN}
|
||||
- {toolchain: Visual Studio 17 2022, arch: arm64, server: 2022}
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user