aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2022-07-07 13:28:34 +0200
committerGravatar GitHub <noreply@github.com>2022-07-07 13:28:34 +0200
commitb595703133394fff7eb61d1fa3f0ad0f366c283f (patch)
treeeb5067860298b25c2d30042e64804e36335a261d
parentdd2dc162c5907ea6567a9f3bdd5f121c9a255847 (diff)
Remove dfsan build from CI. (#7969)
Related: #7964
-rw-r--r--.github/workflows/project_tests.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/project_tests.yml b/.github/workflows/project_tests.yml
index e44e5e93..fb9d9a10 100644
--- a/.github/workflows/project_tests.yml
+++ b/.github/workflows/project_tests.yml
@@ -38,9 +38,6 @@ jobs:
- engine: none
sanitizer: address
architecture: x86_64
- - engine: dataflow
- sanitizer: dataflow
- architecture: x86_64
env:
ENGINE: ${{ matrix.engine }}
SANITIZER: ${{ matrix.sanitizer }}