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 47c7afa commit be0e54cCopy full SHA for be0e54c
.github/workflows/pytest_cpu_crash_debug.yml
@@ -1,4 +1,4 @@
1
-name: CI - Pytest CPU
+name: CI - Pytest CPU (crash debug)
2
3
on:
4
pull_request:
@@ -45,10 +45,10 @@ jobs:
45
- name: Mark GitHub workspace as safe
46
run: |
47
git config --global --add safe.directory "$GITHUB_WORKSPACE"
48
- - name: Set PLATFORM env var for use in artifact download URL
+ - name: Build jaxlib
49
50
$JAXCI_PYTHON build/build.py build --wheels=jaxlib \
51
- --bazel_options=--config=rbe_linux_x86_64 \
+ --bazel_options=--config=ci_linux_aarch64 \
52
--local_xla_path="$(pwd)/xla" \
53
--verbose
54
- name: Install dependencies
0 commit comments