File tree Expand file tree Collapse file tree 2 files changed +9
-12
lines changed
Expand file tree Collapse file tree 2 files changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -44,23 +44,21 @@ jobs:
4444 CXX : g++
4545 LINK : g++
4646 CONFIG_FLAGS : --enable-ubsan
47+ UBSAN_OPTIONS : " $GITHUB_WORKSPACE/suppressions.supp:print_stacktrace=1"
4748 steps :
4849 - uses : actions/checkout@v3
4950 with :
5051 persist-credentials : false
51- - name : Store suppressions path
52+ - name : Debug
5253 run : |
53- echo "UBSAN_OPTIONS=$GITHUB_WORKSPACE/suppressions.supp:print_stacktrace=1" >> $GITHUB_ENV
54+ echo "$UBSAN_OPTIONS"
5455 - name : Set up Python ${{ env.PYTHON_VERSION }}
5556 uses : actions/setup-python@v4
5657 with :
5758 python-version : ${{ env.PYTHON_VERSION }}
58- - name : Check UBSAN_OPTIONS
59- run : |
60- echo $UBSAN_OPTIONS
61- # - name: Environment Information
62- # run: npx envinfo
63- # - name: Build
64- # run: make build-ci -j2 V=1
65- # - name: Test
66- # run: make run-ci -j2 V=1 TEST_CI_ARGS="-p actions -t 300 --measure-flakiness 9"
59+ - name : Environment Information
60+ run : npx envinfo
61+ - name : Build
62+ run : make build-ci -j2 V=1
63+ - name : Test
64+ run : make run-ci -j2 V=1 TEST_CI_ARGS="-p actions -t 300 --measure-flakiness 9"
Original file line number Diff line number Diff line change 1- deps/icu-small/*
21vptr:deps/icu-small/source/common/uloc_tag.cpp
32vptr:deps/icu-small/source/common/unistr.cpp
43shift-base:deps/v8/src/wasm/decoder.h
You can’t perform that action at this time.
0 commit comments