mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
ci: re-renable riscv64-linux-debug and riscv64-linux-release for master
This commit is contained in:
parent
4ec232a346
commit
bab0de92b7
18
.github/workflows/ci.yaml
vendored
18
.github/workflows/ci.yaml
vendored
@ -50,6 +50,24 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Build and Test
|
- name: Build and Test
|
||||||
run: sh ci/aarch64-linux-release.sh
|
run: sh ci/aarch64-linux-release.sh
|
||||||
|
riscv64-linux-debug:
|
||||||
|
if: github.event_name == 'push'
|
||||||
|
timeout-minutes: 360
|
||||||
|
runs-on: [self-hosted, Linux, riscv64]
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- name: Build and Test
|
||||||
|
run: sh ci/riscv64-linux-debug.sh
|
||||||
|
riscv64-linux-release:
|
||||||
|
if: github.event_name == 'push'
|
||||||
|
timeout-minutes: 360
|
||||||
|
runs-on: [self-hosted, Linux, riscv64]
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- name: Build and Test
|
||||||
|
run: sh ci/riscv64-linux-release.sh
|
||||||
x86_64-macos-release:
|
x86_64-macos-release:
|
||||||
runs-on: "macos-13"
|
runs-on: "macos-13"
|
||||||
env:
|
env:
|
||||||
|
|||||||
22
.github/workflows/riscv.yaml
vendored
22
.github/workflows/riscv.yaml
vendored
@ -1,22 +0,0 @@
|
|||||||
name: riscv
|
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
jobs:
|
|
||||||
riscv64-linux-debug:
|
|
||||||
timeout-minutes: 360
|
|
||||||
runs-on: [self-hosted, Linux, riscv64]
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
- name: Build and Test
|
|
||||||
run: sh ci/riscv64-linux-debug.sh
|
|
||||||
riscv64-linux-release:
|
|
||||||
timeout-minutes: 360
|
|
||||||
runs-on: [self-hosted, Linux, riscv64]
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
- name: Build and Test
|
|
||||||
run: sh ci/riscv64-linux-release.sh
|
|
||||||
Loading…
x
Reference in New Issue
Block a user