enable riscv hardware CI

This commit is contained in:
David Rubin 2025-11-28 04:10:01 -08:00
parent d6e3fdaad9
commit 5770e9ca8d
No known key found for this signature in database
GPG key ID: 5CF5B5A4747520AA

View file

@ -15,71 +15,71 @@ permissions:
contents: read contents: read
jobs: jobs:
aarch64-linux-debug: # aarch64-linux-debug:
runs-on: [self-hosted, aarch64-linux] # runs-on: [self-hosted, aarch64-linux]
steps: # steps:
- name: Checkout # - name: Checkout
uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 # uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
with: # with:
fetch-depth: 0 # fetch-depth: 0
- name: Build and Test # - name: Build and Test
run: sh ci/aarch64-linux-debug.sh # run: sh ci/aarch64-linux-debug.sh
timeout-minutes: 180 # timeout-minutes: 180
aarch64-linux-release: # aarch64-linux-release:
runs-on: [self-hosted, aarch64-linux] # runs-on: [self-hosted, aarch64-linux]
steps: # steps:
- name: Checkout # - name: Checkout
uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 # uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
with: # with:
fetch-depth: 0 # fetch-depth: 0
- name: Build and Test # - name: Build and Test
run: sh ci/aarch64-linux-release.sh # run: sh ci/aarch64-linux-release.sh
timeout-minutes: 120 # timeout-minutes: 120
aarch64-macos-debug: # aarch64-macos-debug:
runs-on: [self-hosted, aarch64-macos] # runs-on: [self-hosted, aarch64-macos]
steps: # steps:
- name: Checkout # - name: Checkout
uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 # uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
with: # with:
fetch-depth: 0 # fetch-depth: 0
- name: Build and Test # - name: Build and Test
run: sh ci/aarch64-macos-debug.sh # run: sh ci/aarch64-macos-debug.sh
timeout-minutes: 180 # timeout-minutes: 180
aarch64-macos-release: # aarch64-macos-release:
runs-on: [self-hosted, aarch64-macos] # runs-on: [self-hosted, aarch64-macos]
steps: # steps:
- name: Checkout # - name: Checkout
uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 # uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
with: # with:
fetch-depth: 0 # fetch-depth: 0
- name: Build and Test # - name: Build and Test
run: sh ci/aarch64-macos-release.sh # run: sh ci/aarch64-macos-release.sh
timeout-minutes: 120 # timeout-minutes: 120
loongarch64-linux-debug: # loongarch64-linux-debug:
runs-on: [self-hosted, loongarch64-linux] # runs-on: [self-hosted, loongarch64-linux]
steps: # steps:
- name: Checkout # - name: Checkout
uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 # uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
with: # with:
fetch-depth: 0 # fetch-depth: 0
- name: Build and Test # - name: Build and Test
run: sh ci/loongarch64-linux-debug.sh # run: sh ci/loongarch64-linux-debug.sh
timeout-minutes: 240 # timeout-minutes: 240
loongarch64-linux-release: # loongarch64-linux-release:
runs-on: [self-hosted, loongarch64-linux] # runs-on: [self-hosted, loongarch64-linux]
steps: # steps:
- name: Checkout # - name: Checkout
uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 # uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
with: # with:
fetch-depth: 0 # fetch-depth: 0
- name: Build and Test # - name: Build and Test
run: sh ci/loongarch64-linux-release.sh # run: sh ci/loongarch64-linux-release.sh
timeout-minutes: 180 # timeout-minutes: 180
riscv64-linux-debug: riscv64-linux-debug:
if: github.event_name != 'pull_request' # if: github.event_name != 'pull_request'
runs-on: [self-hosted, riscv64-linux] runs-on: [self-hosted, riscv64-linux]
steps: steps:
- name: Checkout - name: Checkout
@ -90,7 +90,7 @@ jobs:
run: sh ci/riscv64-linux-debug.sh run: sh ci/riscv64-linux-debug.sh
timeout-minutes: 600 timeout-minutes: 600
riscv64-linux-release: riscv64-linux-release:
if: github.event_name != 'pull_request' # if: github.event_name != 'pull_request'
runs-on: [self-hosted, riscv64-linux] runs-on: [self-hosted, riscv64-linux]
steps: steps:
- name: Checkout - name: Checkout
@ -101,96 +101,96 @@ jobs:
run: sh ci/riscv64-linux-release.sh run: sh ci/riscv64-linux-release.sh
timeout-minutes: 480 timeout-minutes: 480
s390x-linux-debug: # s390x-linux-debug:
runs-on: [self-hosted, s390x-linux] # runs-on: [self-hosted, s390x-linux]
steps: # steps:
- name: Checkout # - name: Checkout
uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 # uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
with: # with:
fetch-depth: 0 # fetch-depth: 0
- name: Build and Test # - name: Build and Test
run: sh ci/s390x-linux-debug.sh # run: sh ci/s390x-linux-debug.sh
timeout-minutes: 300 # timeout-minutes: 300
s390x-linux-release: # s390x-linux-release:
runs-on: [self-hosted, s390x-linux] # runs-on: [self-hosted, s390x-linux]
steps: # steps:
- name: Checkout # - name: Checkout
uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 # uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
with: # with:
fetch-depth: 0 # fetch-depth: 0
- name: Build and Test # - name: Build and Test
run: sh ci/s390x-linux-release.sh # run: sh ci/s390x-linux-release.sh
timeout-minutes: 240 # timeout-minutes: 240
x86_64-freebsd-debug: # x86_64-freebsd-debug:
runs-on: [self-hosted, x86_64-freebsd] # runs-on: [self-hosted, x86_64-freebsd]
steps: # steps:
- name: Checkout # - name: Checkout
uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 # uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
with: # with:
fetch-depth: 0 # fetch-depth: 0
- name: Build and Test # - name: Build and Test
run: sh ci/x86_64-freebsd-debug.sh # run: sh ci/x86_64-freebsd-debug.sh
timeout-minutes: 120 # timeout-minutes: 120
x86_64-freebsd-release: # x86_64-freebsd-release:
runs-on: [self-hosted, x86_64-freebsd] # runs-on: [self-hosted, x86_64-freebsd]
steps: # steps:
- name: Checkout # - name: Checkout
uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 # uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
with: # with:
fetch-depth: 0 # fetch-depth: 0
- name: Build and Test # - name: Build and Test
run: sh ci/x86_64-freebsd-release.sh # run: sh ci/x86_64-freebsd-release.sh
timeout-minutes: 120 # timeout-minutes: 120
x86_64-linux-debug: # x86_64-linux-debug:
runs-on: [self-hosted, x86_64-linux] # runs-on: [self-hosted, x86_64-linux]
steps: # steps:
- name: Checkout # - name: Checkout
uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 # uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
with: # with:
fetch-depth: 0 # fetch-depth: 0
- name: Build and Test # - name: Build and Test
run: sh ci/x86_64-linux-debug.sh # run: sh ci/x86_64-linux-debug.sh
timeout-minutes: 240 # timeout-minutes: 240
x86_64-linux-debug-llvm: # x86_64-linux-debug-llvm:
runs-on: [self-hosted, x86_64-linux] # runs-on: [self-hosted, x86_64-linux]
steps: # steps:
- name: Checkout # - name: Checkout
uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 # uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
with: # with:
fetch-depth: 0 # fetch-depth: 0
- name: Build and Test # - name: Build and Test
run: sh ci/x86_64-linux-debug-llvm.sh # run: sh ci/x86_64-linux-debug-llvm.sh
timeout-minutes: 480 # timeout-minutes: 480
x86_64-linux-release: # x86_64-linux-release:
runs-on: [self-hosted, x86_64-linux] # runs-on: [self-hosted, x86_64-linux]
steps: # steps:
- name: Checkout # - name: Checkout
uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 # uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
with: # with:
fetch-depth: 0 # fetch-depth: 0
- name: Build and Test # - name: Build and Test
run: sh ci/x86_64-linux-release.sh # run: sh ci/x86_64-linux-release.sh
timeout-minutes: 480 # timeout-minutes: 480
x86_64-windows-debug: # x86_64-windows-debug:
runs-on: [self-hosted, x86_64-windows] # runs-on: [self-hosted, x86_64-windows]
steps: # steps:
- name: Checkout # - name: Checkout
uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 # uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
with: # with:
fetch-depth: 0 # fetch-depth: 0
- name: Build and Test # - name: Build and Test
run: ci/x86_64-windows-debug.ps1 # run: ci/x86_64-windows-debug.ps1
timeout-minutes: 180 # timeout-minutes: 180
x86_64-windows-release: # x86_64-windows-release:
runs-on: [self-hosted, x86_64-windows] # runs-on: [self-hosted, x86_64-windows]
steps: # steps:
- name: Checkout # - name: Checkout
uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 # uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
with: # with:
fetch-depth: 0 # fetch-depth: 0
- name: Build and Test # - name: Build and Test
run: ci/x86_64-windows-release.ps1 # run: ci/x86_64-windows-release.ps1
timeout-minutes: 180 # timeout-minutes: 180