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 2dc0af2 commit b308da6Copy full SHA for b308da6
.github/workflows/build_artifacts_single_invocation.yml
@@ -31,5 +31,7 @@ jobs:
31
uses: google-ml-infra/actions/ci_connection@main
32
with:
33
halt-dispatch-input: ${{ inputs.halt-for-connection }}
34
+ - name: Mark GitHub repo as safe
35
+ run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
36
- name: Build all artifacts with a single invocation of build CLI
37
run: python build/build.py build --wheels=jax-cuda-plugin,jax-cuda-pjrt,jaxlib --bazel_options=--config=rbe_linux_x86_64_cuda --python_version=$JAXCI_HERMETIC_PYTHON_VERSION --verbose
0 commit comments