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 4c37d90 commit a07fed4Copy full SHA for a07fed4
.github/workflows/build_artifacts.yml
@@ -88,7 +88,7 @@ jobs:
88
name: Build ${{ inputs.artifact }} (${{ inputs.runner }}, Python ${{ inputs.python }}, Clone main XLA=${{ inputs.clone_main_xla }})
89
90
steps:
91
- - uses: actions/checkout@v4
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
92
- name: Enable RBE if building on Linux x86 or Windows x86
93
if: contains(inputs.runner, 'linux-x86') || contains(inputs.runner, 'windows-x86')
94
run: echo "JAXCI_BUILD_ARTIFACT_WITH_RBE=1" >> $GITHUB_ENV
0 commit comments