Skip to content

Commit 482635c

Browse files
committed
debug asan workflow
1 parent a2632fd commit 482635c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/asan.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,17 @@ jobs:
5959
source ${GITHUB_WORKSPACE}/venv/bin/activate
6060
cd jax
6161
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
6265
- name: Build and install JAX
6366
env:
6467
ASAN_OPTIONS: detect_leaks=0
6568
run: |
6669
source ${GITHUB_WORKSPACE}/venv/bin/activate
6770
cd jax
68-
python build/build.py \
71+
git config --global --add safe.directory jax
72+
python build/build.py build --wheels=jaxlib --verbose \
6973
--bazel_options=--color=yes \
7074
--bazel_options=--copt=-fsanitize=address \
7175
--clang_path=/usr/bin/clang-18

0 commit comments

Comments
 (0)