mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 01:24:49 +01:00
ci: enable powerpc64le-linux
This commit is contained in:
parent
63eb395729
commit
43a8e9ee80
1 changed files with 21 additions and 0 deletions
|
|
@ -78,6 +78,27 @@ jobs:
|
|||
run: sh ci/loongarch64-linux-release.sh
|
||||
timeout-minutes: 180
|
||||
|
||||
powerpc64le-linux-debug:
|
||||
runs-on: [self-hosted, powerpc64le-linux]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Build and Test
|
||||
run: sh ci/powerpc64le-linux-debug.sh
|
||||
timeout-minutes: 360
|
||||
powerpc64le-linux-release:
|
||||
runs-on: [self-hosted, powerpc64le-linux]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Build and Test
|
||||
run: sh ci/powerpc64le-linux-release.sh
|
||||
timeout-minutes: 240
|
||||
|
||||
riscv64-linux-debug:
|
||||
if: github.event_name != 'pull_request'
|
||||
runs-on: [self-hosted, riscv64-linux]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue