Skip to content

Commit 139624c

Browse files
authored
build: temporary disable ubsan
PR-URL: #52560 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Marco Ippolito <[email protected]>
1 parent 3f88e14 commit 139624c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-ubsan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ permissions:
3737

3838
jobs:
3939
test-ubsan:
40-
if: github.event.pull_request.draft == false
40+
if: false # Temporary disabled. Reference: https://github.com/nodejs/node/pull/52293#issuecomment-2059270585
4141
runs-on: ubuntu-latest
4242
env:
4343
CC: gcc

0 commit comments

Comments
 (0)