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:
44
44
CXX : g++
45
45
LINK : g++
46
46
CONFIG_FLAGS : --enable-ubsan
47
+ UBSAN_OPTIONS : " $GITHUB_WORKSPACE/suppressions.supp:print_stacktrace=1"
47
48
steps :
48
49
- uses : actions/checkout@v3
49
50
with :
50
51
persist-credentials : false
51
- - name : Store suppressions path
52
+ - name : Debug
52
53
run : |
53
- echo "UBSAN_OPTIONS=$GITHUB_WORKSPACE/suppressions.supp:print_stacktrace=1" >> $GITHUB_ENV
54
+ echo "$UBSAN_OPTIONS"
54
55
- name : Set up Python ${{ env.PYTHON_VERSION }}
55
56
uses : actions/setup-python@v4
56
57
with :
57
58
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/*
2
1
vptr:deps/icu-small/source/common/uloc_tag.cpp
3
2
vptr:deps/icu-small/source/common/unistr.cpp
4
3
shift-base:deps/v8/src/wasm/decoder.h
You can’t perform that action at this time.
0 commit comments