Skip to content

Commit 9dac823

Browse files
committed
build: temporarily skip ASAN build
GitHub Actions doesn't have enough memory to complete an ASAN+Debug with V8 8.1. Don't take ASAN into account on CI results until we find a workaround, or until we upgrade to V8 8.2.
1 parent 11949c1 commit 9dac823

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ASAN.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v2
1111
- name: Build
12+
# TODO(mmarchini): With V8 8.1, GitHub Actions doesn't have enough
13+
# memory to build with debug and ASAN. Allow this build to fail until
14+
# we figure out a workaround, or until we update to 8.2 (where build
15+
# is passing).
16+
continue-on-error: true
1217
run: |
1318
npx envinfo
1419
./configure --debug --enable-asan --ninja && ninja -C out/Debug

0 commit comments

Comments
 (0)