|
72 | 72 | echo "::group::Show installed package versions" |
73 | 73 | apk list |
74 | 74 | echo "::endgroup::" |
| 75 | + - name: ccache |
| 76 | + uses: ./.github/actions/ccache |
| 77 | + with: |
| 78 | + name: "${{ github.job }}" |
75 | 79 | - name: ./configure |
76 | 80 | uses: ./.github/actions/configure-alpine |
77 | 81 | with: |
@@ -392,6 +396,10 @@ jobs: |
392 | 396 | uses: ./.github/actions/apt-x64 |
393 | 397 | - name: Install gcovr |
394 | 398 | run: sudo -H pip install gcovr |
| 399 | + - name: ccache |
| 400 | + uses: ./.github/actions/ccache |
| 401 | + with: |
| 402 | + name: "${{ github.job }}" |
395 | 403 | - name: ./configure |
396 | 404 | uses: ./.github/actions/configure-x64 |
397 | 405 | with: |
@@ -433,6 +441,10 @@ jobs: |
433 | 441 | ref: ${{ fromJson(inputs.branch).ref }} |
434 | 442 | - name: apt |
435 | 443 | uses: ./.github/actions/apt-x64 |
| 444 | + - name: ccache |
| 445 | + uses: ./.github/actions/ccache |
| 446 | + with: |
| 447 | + name: "COMMUNITY_${{ matrix.type }}" |
436 | 448 | - name: ./configure |
437 | 449 | uses: ./.github/actions/configure-x64 |
438 | 450 | with: |
@@ -635,6 +647,10 @@ jobs: |
635 | 647 | uses: ./.github/actions/setup-mssql |
636 | 648 | - name: apt |
637 | 649 | uses: ./.github/actions/apt-x64 |
| 650 | + - name: ccache |
| 651 | + uses: ./.github/actions/ccache |
| 652 | + with: |
| 653 | + name: "${{ github.job }}" |
638 | 654 | - name: ./configure |
639 | 655 | uses: ./.github/actions/configure-x64 |
640 | 656 | with: |
@@ -692,6 +708,10 @@ jobs: |
692 | 708 | ref: ${{ fromJson(inputs.branch).ref }} |
693 | 709 | - name: apt |
694 | 710 | uses: ./.github/actions/apt-x64 |
| 711 | + - name: ccache |
| 712 | + uses: ./.github/actions/ccache |
| 713 | + with: |
| 714 | + name: "${{ github.job }}" |
695 | 715 | - name: ./configure |
696 | 716 | run: | |
697 | 717 | export CC=clang |
@@ -806,9 +826,6 @@ jobs: |
806 | 826 | PECL: |
807 | 827 | if: ${{ fromJson(inputs.branch).jobs.PECL }} |
808 | 828 | runs-on: ubuntu-24.04 |
809 | | - env: |
810 | | - CC: ccache gcc |
811 | | - CXX: ccache g++ |
812 | 829 | steps: |
813 | 830 | - name: git checkout PHP |
814 | 831 | uses: actions/checkout@v6 |
|
0 commit comments