Skip to content

Commit

Permalink
Mark JAX git repository as safe in the asan workflow
Browse files Browse the repository at this point in the history
We are not able to run `git` commands without it

PiperOrigin-RevId: 700336969
  • Loading branch information
nitins17 authored and Google-ML-Automation committed Nov 26, 2024
1 parent dc11d40 commit f88f9d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/asan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
run: |
source ${GITHUB_WORKSPACE}/venv/bin/activate
cd jax
git config --global --add safe.directory jax
python build/build.py build --wheels=jaxlib --verbose \
--bazel_options=--color=yes \
--bazel_options=--copt=-fsanitize=address \
Expand Down

0 comments on commit f88f9d0

Please sign in to comment.