6464 run : |
6565 apt update && apt install git -yq
6666 git config --global --add safe.directory "$GITHUB_WORKSPACE"
67- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
67+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
6868 with :
6969 fetch-depth : 1
7070 persist-credentials : false
@@ -101,7 +101,7 @@ jobs:
101101 needs : build-context
102102 if : needs.build-context.outputs.run-tests == 'true'
103103 steps :
104- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
104+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
105105 with :
106106 persist-credentials : false
107107 - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
@@ -291,7 +291,7 @@ jobs:
291291 SSLLIB_DIR : ${{ github.workspace }}/multissl/${{ matrix.ssllib.name }}/${{ matrix.ssllib.version }}
292292 LD_LIBRARY_PATH : ${{ github.workspace }}/multissl/${{ matrix.ssllib.name }}/${{ matrix.ssllib.version }}/lib
293293 steps :
294- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
294+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
295295 with :
296296 persist-credentials : false
297297 - name : Runner image version
@@ -350,7 +350,7 @@ jobs:
350350
351351 runs-on : ${{ matrix.runs-on }}
352352 steps :
353- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
353+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
354354 with :
355355 persist-credentials : false
356356 - name : Build and test
@@ -363,7 +363,7 @@ jobs:
363363 timeout-minutes : 60
364364 runs-on : macos-14
365365 steps :
366- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
366+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
367367 with :
368368 persist-credentials : false
369369
@@ -401,7 +401,7 @@ jobs:
401401 OPENSSL_VER : 3.5.7
402402 PYTHONSTRICTEXTENSIONBUILD : 1
403403 steps :
404- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
404+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
405405 with :
406406 persist-credentials : false
407407 - name : Register gcc problem matcher
@@ -510,7 +510,7 @@ jobs:
510510 PYTHONSTRICTEXTENSIONBUILD : 1
511511 ASAN_OPTIONS : detect_leaks=0:allocator_may_return_null=1:handle_segv=0
512512 steps :
513- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
513+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
514514 with :
515515 persist-credentials : false
516516 - name : Runner image version
@@ -577,7 +577,7 @@ jobs:
577577 needs : build-context
578578 if : needs.build-context.outputs.run-ubuntu == 'true'
579579 steps :
580- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
580+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
581581 with :
582582 persist-credentials : false
583583 - name : Runner image version
@@ -601,6 +601,9 @@ jobs:
601601 run : ./configure --prefix="$BUILD_DIR/cross-python" --with-build-python="$BUILD_DIR/host-python/bin/python3"
602602 - name : Install cross Python
603603 run : make -j8 install
604+ - name : Display build info
605+ run : |
606+ "$BUILD_DIR/cross-python/bin/python3" -m test.pythoninfo
604607 - name : Run test subset with host build
605608 run : |
606609 "$BUILD_DIR/cross-python/bin/python3" -m test test_sysconfig test_site test_embed
0 commit comments