build: temporary disable ubsan
PR-URL: https://github.com/nodejs/node/pull/52560 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
This commit is contained in:
parent
3f88e149a9
commit
139624c788
2
.github/workflows/test-ubsan.yml
vendored
2
.github/workflows/test-ubsan.yml
vendored
@ -37,7 +37,7 @@ permissions:
|
||||
|
||||
jobs:
|
||||
test-ubsan:
|
||||
if: github.event.pull_request.draft == false
|
||||
if: false # Temporary disabled. Reference: https://github.com/nodejs/node/pull/52293#issuecomment-2059270585
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
CC: gcc
|
||||
|
Loading…
x
Reference in New Issue
Block a user