We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd08750 commit a7e5d09Copy full SHA for a7e5d09
.github/actions/emerge/action.yml
.github/workflows/nightly.yml
@@ -41,14 +41,13 @@ jobs:
41
LINUX_PPC64:
42
if: inputs.run_linux_ppc64
43
name: LINUX_PPC64_ASAN_UBSAN_DEBUG_ZTS
44
+ # This runs on a self-hosted runner; see https://wiki.php.net/systems/ci
45
runs-on: [self-hosted, gentoo, ppc64]
46
steps:
47
- name: git checkout
48
uses: actions/checkout@v4
49
with:
50
ref: ${{ inputs.branch }}
- - name: emerge
51
- uses: ./.github/actions/emerge
52
- name: System info
53
run: |
54
echo "::group::Show host CPU info"
0 commit comments