@@ -54,16 +54,20 @@ jobs:
5454 - name : Pull Request Build
5555 env :
5656 INCREMENTAL : ${{ !contains(github.event.pull_request.labels.*.name, 'clean build') }}
57- run : |
58- .github/workflows/root-ci-config/build_root.py \
59- --buildtype RelWithDebInfo \
60- --platform alma9 \
61- --dockeropts \"\$CONTAINER_OPTIONS\" \
62- --incremental $INCREMENTAL \
63- --base_ref ${{ github.base_ref }} \
64- --sha ${{ github.sha }} \
65- --pull_repository ${{ github.event.pull_request.head.repo.clone_url }} \
66- --head_ref refs/pull/${{ github.event.pull_request.number }}/head:${{ github.event.pull_request.head.ref }} \
67- --head_sha ${{ github.event.pull_request.head.sha }} \
68- --repository ${{ github.server_url }}/${{ github.repository }} \
57+ run : " .github/workflows/root-ci-config/build_root.py
58+ --buildtype RelWithDebInfo
59+ --platform alma9
60+ --dockeropts \" $CONTAINER_OPTIONS\"
61+ --incremental $INCREMENTAL
62+ --base_ref ${{ github.base_ref }}
63+ --sha ${{ github.sha }}
64+ --pull_repository ${{ github.event.pull_request.head.repo.clone_url }}
65+ --head_ref refs/pull/${{ github.event.pull_request.number }}/head:${{ github.event.pull_request.head.ref }}
66+ --head_sha ${{ github.event.pull_request.head.sha }}
67+ --repository ${{ github.server_url }}/${{ github.repository }}
6968 --clingtests_only true
69+ "
70+
71+ - name : ccache info (post)
72+ run : |
73+ ccache -s || true
0 commit comments