Skip to content

Commit be0e54c

Browse files
committed
Change name and build config
1 parent 47c7afa commit be0e54c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pytest_cpu_crash_debug.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI - Pytest CPU
1+
name: CI - Pytest CPU (crash debug)
22

33
on:
44
pull_request:
@@ -45,10 +45,10 @@ jobs:
4545
- name: Mark GitHub workspace as safe
4646
run: |
4747
git config --global --add safe.directory "$GITHUB_WORKSPACE"
48-
- name: Set PLATFORM env var for use in artifact download URL
48+
- name: Build jaxlib
4949
run: |
5050
$JAXCI_PYTHON build/build.py build --wheels=jaxlib \
51-
--bazel_options=--config=rbe_linux_x86_64 \
51+
--bazel_options=--config=ci_linux_aarch64 \
5252
--local_xla_path="$(pwd)/xla" \
5353
--verbose
5454
- name: Install dependencies

0 commit comments

Comments
 (0)