File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 max_attempts : 5
4040 shell : bash
4141 command : |
42- git submodule update --init ${{ inputs.submodules == 'recursive' && '--recursive' || '' }}
42+ git submodule update --force -- init ${{ inputs.submodules == 'recursive' && '--recursive' || '' }}
Original file line number Diff line number Diff line change 5959 echo "SCCACHE_GCS_BUCKET=protobuf-sccache" >> $GITHUB_ENV
6060 echo "SCCACHE_GCS_KEY_PREFIX=${{ inputs.cache-prefix }}" >> $GITHUB_ENV
6161 echo "SCCACHE_IDLE_TIMEOUT=0" >> $GITHUB_ENV
62+ echo "SCCACHE_IGNORE_SERVER_IO_ERROR=1" >> $GITHUB_ENV
6263
6364 # Only trusted runs should have write access to our caches.
6465 - name : Enable sccache cache writing
8182 retry_wait_seconds : 60
8283 max_attempts : 5
8384 shell : bash
85+ continue_on_error : true
8486 command : sccache --start-server
8587
8688 - name : Configure sccache cmake arguments
You can’t perform that action at this time.
0 commit comments