We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2632fd commit 482635cCopy full SHA for 482635c
.github/workflows/asan.yaml
@@ -59,13 +59,17 @@ jobs:
59
source ${GITHUB_WORKSPACE}/venv/bin/activate
60
cd jax
61
pip install -r build/test-requirements.txt
62
+ # Halt for testing
63
+ - name: Wait For Connection
64
+ uses: google-ml-infra/actions/ci_connection@main
65
- name: Build and install JAX
66
env:
67
ASAN_OPTIONS: detect_leaks=0
68
run: |
69
70
- python build/build.py \
71
+ git config --global --add safe.directory jax
72
+ python build/build.py build --wheels=jaxlib --verbose \
73
--bazel_options=--color=yes \
74
--bazel_options=--copt=-fsanitize=address \
75
--clang_path=/usr/bin/clang-18
0 commit comments