Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Lau <rlau@redhat.com>2022-05-13 18:10:47 +0300
committerMichaƫl Zasso <targos@protonmail.com>2022-07-31 10:44:11 +0300
commitcf682805485a3a8639ff37ea76c4098babbb7681 (patch)
tree645489149cf44b1ca9d23da0dcdf76d488d7e438 /.github
parent3db25bfc6372898eed3b98617acede474de6f220 (diff)
build: set ASAN workaround
PR-URL: https://github.com/nodejs/node/pull/43085 Refs: https://github.com/google/sanitizers/issues/1322 Refs: https://github.com/nodejs/node/issues/43082 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: LiviaMedeiros <livia@cirno.name> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test-asan.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/test-asan.yml b/.github/workflows/test-asan.yml
index 29e54565700..87cf9edf672 100644
--- a/.github/workflows/test-asan.yml
+++ b/.github/workflows/test-asan.yml
@@ -30,6 +30,7 @@ concurrency:
cancel-in-progress: true
env:
+ ASAN_OPTIONS: intercept_tls_get_addr=0
PYTHON_VERSION: '3.10'
FLAKY_TESTS: dontcare