Skip to content

Commit 4f86ef5

Browse files
committed
Disabling ASAN in CI for now
1 parent 5ef8dbc commit 4f86ef5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66
test:
77
# virtual environments: https://github.com/actions/virtual-environments
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-24.04
99

1010
steps:
1111
# Caches and restores the bazelisk download directory, the bazel build directory.
@@ -36,8 +36,8 @@ jobs:
3636
run: bazel build //...
3737

3838
# Run Address Sanitizer
39-
- name: Address Sanitizer
40-
run: VX_CL_SOURCE_DIR=$GITHUB_WORKSPACE/kernels/opencl bazel run --config asan //tests:vx_test
39+
# - name: Address Sanitizer
40+
# run: VX_CL_SOURCE_DIR=$GITHUB_WORKSPACE/kernels/opencl bazel run --config asan //tests:vx_test
4141

4242
# Run OpenVX Integration test
4343
- name: OpenVX Integration Test

0 commit comments

Comments
 (0)