We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ef8dbc commit 4f86ef5Copy full SHA for 4f86ef5
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ on: [push, pull_request]
5
jobs:
6
test:
7
# virtual environments: https://github.com/actions/virtual-environments
8
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
9
10
steps:
11
# Caches and restores the bazelisk download directory, the bazel build directory.
@@ -36,8 +36,8 @@ jobs:
36
run: bazel build //...
37
38
# Run Address Sanitizer
39
- - name: Address Sanitizer
40
- run: VX_CL_SOURCE_DIR=$GITHUB_WORKSPACE/kernels/opencl bazel run --config asan //tests:vx_test
+ # - name: Address Sanitizer
+ # run: VX_CL_SOURCE_DIR=$GITHUB_WORKSPACE/kernels/opencl bazel run --config asan //tests:vx_test
41
42
# Run OpenVX Integration test
43
- name: OpenVX Integration Test
0 commit comments