mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
Update bun-linux-build.yml
This commit is contained in:
9
.github/workflows/bun-linux-build.yml
vendored
9
.github/workflows/bun-linux-build.yml
vendored
@@ -30,10 +30,9 @@ jobs:
|
||||
linux-zig-build:
|
||||
name: Zig ${{matrix.tag}}
|
||||
runs-on: ${{matrix.runner}}
|
||||
timeout-minutes: 90
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
fail-fast: false
|
||||
include:
|
||||
- cpu: haswell
|
||||
tag: linux-x64
|
||||
@@ -120,10 +119,9 @@ jobs:
|
||||
linux-cpp-build:
|
||||
name: C++ ${{matrix.tag}}
|
||||
runs-on: ${{matrix.runner}}
|
||||
timeout-minutes: 90
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
fail-fast: false
|
||||
include:
|
||||
- cpu: haswell
|
||||
tag: linux-x64
|
||||
@@ -227,10 +225,9 @@ jobs:
|
||||
runs-on: ${{matrix.runner}}
|
||||
timeout-minutes: 90
|
||||
needs: [linux-zig-build, linux-cpp-build]
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
fail-fast: false
|
||||
include:
|
||||
- cpu: haswell
|
||||
tag: linux-x64
|
||||
|
||||
Reference in New Issue
Block a user