Skip to content

Commit f553a03

Browse files
committed
Allow asan debug failure in PR CI (temporary)
glog dual-linking conflict under ASAN — will revert once glog moves to FetchContent in the moxygen tarball.
1 parent 0bcabc6 commit f553a03

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci-pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@ jobs:
4141
preset: san
4242
build_dir: build-san
4343
runner: ubuntu-22.04
44+
allow_failure: true
4445
name: ${{ matrix.name }}
4546
runs-on: ${{ matrix.runner }}
47+
continue-on-error: ${{ matrix.allow_failure || false }}
4648
steps:
4749
- name: Generate app token
4850
id: app-token

0 commit comments

Comments
 (0)