Skip to content

Commit 7bcf13e

Browse files
committed
DEBUG CI
1 parent f980b46 commit 7bcf13e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/pr_push.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,15 @@ jobs:
4747
name: "CUDA"
4848
shared_lib: "['ON']"
4949
Sanitizers:
50-
needs: [FastBuild]
5150
uses: ./.github/workflows/reusable_sanitizers.yml
5251
QEMU:
5352
needs: [FastBuild]
5453
uses: ./.github/workflows/reusable_qemu.yml
5554
with:
5655
short_run: true
5756
ProxyLib:
58-
needs: [Build]
5957
uses: ./.github/workflows/reusable_proxy_lib.yml
6058
Valgrind:
61-
needs: [Build]
6259
uses: ./.github/workflows/reusable_valgrind.yml
6360
Coverage:
6461
# total coverage (on upstream only)

.github/workflows/reusable_sanitizers.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
ubuntu-build:
1515
name: Ubuntu
1616
strategy:
17+
fail-fast: false
1718
matrix:
1819
compiler: [{c: gcc, cxx: g++}, {c: clang, cxx: clang++}, {c: icx, cxx: icpx}]
1920
# TSAN is mutually exclusive with other sanitizers
@@ -79,6 +80,7 @@ jobs:
7980
env:
8081
VCPKG_PATH: "${{github.workspace}}/build/vcpkg/packages/hwloc_x64-windows;${{github.workspace}}/build/vcpkg/packages/tbb_x64-windows;${{github.workspace}}/build/vcpkg/packages/jemalloc_x64-windows"
8182
strategy:
83+
fail-fast: false
8284
matrix:
8385
compiler: [{c: cl, cxx: cl}, {c: clang-cl, cxx: clang-cl}]
8486
# Only ASAN is supported

0 commit comments

Comments
 (0)