Skip to content

Commit f989175

Browse files
committed
workflow: adjust github env for ubsan options
1 parent c803294 commit f989175

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

.github/workflows/test-ubsan.yml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff 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"

suppressions.supp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
deps/icu-small/*
21
vptr:deps/icu-small/source/common/uloc_tag.cpp
32
vptr:deps/icu-small/source/common/unistr.cpp
43
shift-base:deps/v8/src/wasm/decoder.h

0 commit comments

Comments
 (0)