File tree 1 file changed +13
-1
lines changed
1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -523,9 +523,21 @@ jobs:
523
523
suppressions_path : Tools/tsan/suppressions_free_threading.txt
524
524
tsan_logs_artifact_name : tsan-logs-free-threading
525
525
526
- with-python-build-linux :
526
+ cross-build-linux :
527
+ name : Cross build Linux
527
528
runs-on : ubuntu-latest
529
+ needs : check_source
530
+ if : needs.check_source.outputs.run_tests == 'true'
528
531
steps :
532
+ - name : Runner image version
533
+ run : echo "IMAGE_VERSION=${ImageVersion}" >> "$GITHUB_ENV"
534
+ - name : Restore config.cache
535
+ uses : actions/cache@v4
536
+ with :
537
+ path : config.cache
538
+ key : ${{ github.job }}-${{ runner.os }}-${{ env.IMAGE_VERSION }}-${{ needs.check_source.outputs.config_hash }}
539
+ - name : Register gcc problem matcher
540
+ run : echo "::add-matcher::.github/problem-matchers/gcc.json"
529
541
- name : Set build dir
530
542
run :
531
543
echo "BUILD_DIR=$(realpath ${{ github.workspace }}/../build)" >> "$GITHUB_ENV"
You can’t perform that action at this time.
0 commit comments