This commit is contained in:
Jarred Sumner
2022-10-26 16:31:49 -07:00
parent 2cd1d44739
commit 10a8c6acdd
4 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,6 @@ env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
TEST_TAG: bun-test'
concurrency: ${{ runner.name }}-${{ runner.os }}-${{ runner.arch }}
on:
push:
@@ -30,6 +29,7 @@ jobs:
name: ${{matrix.tag}}
runs-on: ${{matrix.runner}}
timeout-minutes: 90
concurrency: ${{ runner.name }}-${{ runner.os }}-${{ runner.arch }}
strategy:
matrix:
include:

View File

@@ -3,7 +3,6 @@ env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
TEST_TAG: bun-test'
concurrency: ${{ runner.name }}-${{ runner.os }}-${{ runner.arch }}
on:
push:
@@ -29,6 +28,7 @@ jobs:
macos-object-files:
name: macOS Object
runs-on: zig-object
concurrency: ${{ runner.name }}-${{ runner.os }}-${{ runner.arch }}
strategy:
matrix:
include:

View File

@@ -3,7 +3,6 @@ env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
TEST_TAG: bun-test'
concurrency: ${{ runner.name }}-${{ runner.os }}-${{ runner.arch }}
on:
push:
@@ -29,6 +28,7 @@ jobs:
macos-object-files:
name: macOS Object
runs-on: zig-object
concurrency: ${{ runner.name }}-${{ runner.os }}-${{ runner.arch }}
strategy:
matrix:
include:
@@ -191,7 +191,7 @@ jobs:
WEBKIT_RELEASE_DIR_LTO: ${{ runner.temp }}/bun-webkit
run: |
mkdir -p $OBJ_DIR $BUN_DEPS_OUT_DIR
make -j $(sysctl -n hw.ncpu) release-bindings
- name: Upload C++
if: matrix.compile_obj

View File

@@ -3,7 +3,6 @@ env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
TEST_TAG: bun-test'
concurrency: ${{ runner.name }}-${{ runner.os }}-${{ runner.arch }}
on:
push:
@@ -29,6 +28,7 @@ jobs:
macos-object-files:
name: macOS Object
runs-on: zig-object
concurrency: ${{ runner.name }}-${{ runner.os }}-${{ runner.arch }}
strategy:
matrix:
include: