mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 01:24:49 +01:00
Revert "ci: disable aarch64-freebsd"
This reverts commit 104e73ecb2.
The OOM issues should be resolved now.
This commit is contained in:
parent
104e73ecb2
commit
da6d4e28ef
1 changed files with 20 additions and 20 deletions
|
|
@ -17,26 +17,26 @@ permissions:
|
|||
contents: read
|
||||
|
||||
jobs:
|
||||
#aarch64-freebsd-debug:
|
||||
# runs-on: [self-hosted, aarch64-freebsd]
|
||||
# steps:
|
||||
# - name: Checkout
|
||||
# uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
|
||||
# with:
|
||||
# fetch-depth: 0
|
||||
# - name: Build and Test
|
||||
# run: sh ci/aarch64-freebsd-debug.sh
|
||||
# timeout-minutes: 240
|
||||
#aarch64-freebsd-release:
|
||||
# runs-on: [self-hosted, aarch64-freebsd]
|
||||
# steps:
|
||||
# - name: Checkout
|
||||
# uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
|
||||
# with:
|
||||
# fetch-depth: 0
|
||||
# - name: Build and Test
|
||||
# run: sh ci/aarch64-freebsd-release.sh
|
||||
# timeout-minutes: 180
|
||||
aarch64-freebsd-debug:
|
||||
runs-on: [self-hosted, aarch64-freebsd]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Build and Test
|
||||
run: sh ci/aarch64-freebsd-debug.sh
|
||||
timeout-minutes: 240
|
||||
aarch64-freebsd-release:
|
||||
runs-on: [self-hosted, aarch64-freebsd]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Build and Test
|
||||
run: sh ci/aarch64-freebsd-release.sh
|
||||
timeout-minutes: 240
|
||||
|
||||
aarch64-linux-debug:
|
||||
runs-on: [self-hosted, aarch64-linux]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue