From 139624c78869df58b8ca4815906ceb05dca2b735 Mon Sep 17 00:00:00 2001 From: Rafael Gonzaga Date: Wed, 17 Apr 2024 02:38:20 -0300 Subject: [PATCH] build: temporary disable ubsan MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/52560 Reviewed-By: Antoine du Hamel Reviewed-By: Richard Lau Reviewed-By: Moshe Atlow Reviewed-By: Michaƫl Zasso Reviewed-By: Marco Ippolito --- .github/workflows/test-ubsan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-ubsan.yml b/.github/workflows/test-ubsan.yml index 0282f57e92aba8..ef88b76496dcfb 100644 --- a/.github/workflows/test-ubsan.yml +++ b/.github/workflows/test-ubsan.yml @@ -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