mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-8.3'
* PHP-8.3: CI: Do not save the ccache for PRs (8.3+) CI: Do not save the ccache for PRs (#14168)
This commit is contained in:
commit
b80faeb8cb
2 changed files with 4 additions and 0 deletions
1
.github/workflows/nightly.yml
vendored
1
.github/workflows/nightly.yml
vendored
|
@ -824,6 +824,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
key: "${{github.job}}-${{hashFiles('php/main/php_version.h')}}"
|
key: "${{github.job}}-${{hashFiles('php/main/php_version.h')}}"
|
||||||
append-timestamp: false
|
append-timestamp: false
|
||||||
|
save: ${{ github.event_name != 'pull_request' }}
|
||||||
- name: build PHP
|
- name: build PHP
|
||||||
run: |
|
run: |
|
||||||
cd php
|
cd php
|
||||||
|
|
3
.github/workflows/push.yml
vendored
3
.github/workflows/push.yml
vendored
|
@ -116,6 +116,7 @@ jobs:
|
||||||
# job id, not the job name)
|
# job id, not the job name)
|
||||||
key: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}${{ matrix.asan && '_ASAN' || '' }}-${{hashFiles('main/php_version.h')}}"
|
key: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}${{ matrix.asan && '_ASAN' || '' }}-${{hashFiles('main/php_version.h')}}"
|
||||||
append-timestamp: false
|
append-timestamp: false
|
||||||
|
save: ${{ github.event_name != 'pull_request' }}
|
||||||
- name: ./configure
|
- name: ./configure
|
||||||
uses: ./.github/actions/configure-x64
|
uses: ./.github/actions/configure-x64
|
||||||
with:
|
with:
|
||||||
|
@ -170,6 +171,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
key: "${{github.job}}-${{matrix.os}}-${{hashFiles('main/php_version.h')}}"
|
key: "${{github.job}}-${{matrix.os}}-${{hashFiles('main/php_version.h')}}"
|
||||||
append-timestamp: false
|
append-timestamp: false
|
||||||
|
save: ${{ github.event_name != 'pull_request' }}
|
||||||
- name: ./configure
|
- name: ./configure
|
||||||
uses: ./.github/actions/configure-macos
|
uses: ./.github/actions/configure-macos
|
||||||
with:
|
with:
|
||||||
|
@ -246,6 +248,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
key: "${{github.job}}-${{hashFiles('main/php_version.h')}}"
|
key: "${{github.job}}-${{hashFiles('main/php_version.h')}}"
|
||||||
append-timestamp: false
|
append-timestamp: false
|
||||||
|
save: ${{ github.event_name != 'pull_request' }}
|
||||||
- name: ./configure
|
- name: ./configure
|
||||||
run: |
|
run: |
|
||||||
set -x
|
set -x
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue