Skip to content

Commit 104d30e

Browse files
committed
REMOVE ME
1 parent f1bb214 commit 104d30e

1 file changed

Lines changed: 36 additions & 34 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 36 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66

77
# Allows you to run this workflow manually from the Actions tab
88
workflow_dispatch:
9+
pull_request:
10+
types: [opened, synchronize, reopened, ready_for_review]
911

1012
permissions:
1113
contents: write
@@ -18,37 +20,37 @@ jobs:
1820
target: x86_64-linux
1921
build_type: release
2022

21-
build-x86_64-linux-debug:
22-
uses: ./.github/workflows/_prebuild-v8.yml
23-
with:
24-
runner: ubuntu-22.04
25-
target: x86_64-linux
26-
build_type: debug
27-
28-
build-arm64-linux:
29-
uses: ./.github/workflows/_prebuild-v8.yml
30-
with:
31-
runner: ubuntu-22.04-arm
32-
target: aarch64-linux
33-
build_type: release
34-
35-
build-aarch64-macos:
36-
uses: ./.github/workflows/_prebuild-v8.yml
37-
with:
38-
runner: macos-26
39-
target: aarch64-macos
40-
build_type: release
41-
42-
build-x86_64-macos:
43-
uses: ./.github/workflows/_prebuild-v8.yml
44-
with:
45-
runner: macos-26-intel
46-
target: x86_64-macos
47-
build_type: release
48-
49-
build-aarch64-ios:
50-
uses: ./.github/workflows/_prebuild-v8.yml
51-
with:
52-
runner: macos-26
53-
target: aarch64-ios-simulator
54-
build_type: release
23+
# build-x86_64-linux-debug:
24+
# uses: ./.github/workflows/_prebuild-v8.yml
25+
# with:
26+
# runner: ubuntu-22.04
27+
# target: x86_64-linux
28+
# build_type: debug
29+
30+
# build-arm64-linux:
31+
# uses: ./.github/workflows/_prebuild-v8.yml
32+
# with:
33+
# runner: ubuntu-22.04-arm
34+
# target: aarch64-linux
35+
# build_type: release
36+
37+
# build-aarch64-macos:
38+
# uses: ./.github/workflows/_prebuild-v8.yml
39+
# with:
40+
# runner: macos-26
41+
# target: aarch64-macos
42+
# build_type: release
43+
44+
# build-x86_64-macos:
45+
# uses: ./.github/workflows/_prebuild-v8.yml
46+
# with:
47+
# runner: macos-26-intel
48+
# target: x86_64-macos
49+
# build_type: release
50+
51+
# build-aarch64-ios:
52+
# uses: ./.github/workflows/_prebuild-v8.yml
53+
# with:
54+
# runner: macos-26
55+
# target: aarch64-ios-simulator
56+
# build_type: release

0 commit comments

Comments
 (0)