Skip to content

Commit 19bce99

Browse files
committed
Disable non-desktop builds (for now)
1 parent debbd48 commit 19bce99

File tree

1 file changed

+76
-76
lines changed

1 file changed

+76
-76
lines changed

.github/workflows/ci.yml

Lines changed: 76 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -16,34 +16,34 @@ jobs:
1616
matrix:
1717
channel: [stable, beta, dev, master]
1818
config:
19-
- tag: android_debug_unopt
20-
gn: --embedder-for-target --runtime-mode=debug --unoptimized --android
21-
host: ubuntu-latest
22-
host_tag: linux_x64
23-
- tag: android_debug_unopt_arm64
24-
gn: --embedder-for-target --runtime-mode=debug --unoptimized --android --android-cpu=arm64
25-
host: ubuntu-latest
26-
host_tag: linux_x64
27-
- tag: android_debug_unopt_x86
28-
gn: --embedder-for-target --runtime-mode=debug --unoptimized --android --android-cpu=x86
29-
host: ubuntu-latest
30-
host_tag: linux_x64
31-
- tag: android_debug_unopt_x64
32-
gn: --embedder-for-target --runtime-mode=debug --unoptimized --android --android-cpu=x64
33-
host: ubuntu-latest
34-
host_tag: linux_x64
19+
# - tag: android_debug_unopt
20+
# gn: --embedder-for-target --runtime-mode=debug --unoptimized --android
21+
# host: ubuntu-latest
22+
# host_tag: linux_x64
23+
# - tag: android_debug_unopt_arm64
24+
# gn: --embedder-for-target --runtime-mode=debug --unoptimized --android --android-cpu=arm64
25+
# host: ubuntu-latest
26+
# host_tag: linux_x64
27+
# - tag: android_debug_unopt_x86
28+
# gn: --embedder-for-target --runtime-mode=debug --unoptimized --android --android-cpu=x86
29+
# host: ubuntu-latest
30+
# host_tag: linux_x64
31+
# - tag: android_debug_unopt_x64
32+
# gn: --embedder-for-target --runtime-mode=debug --unoptimized --android --android-cpu=x64
33+
# host: ubuntu-latest
34+
# host_tag: linux_x64
3535
- tag: host_debug_unopt
3636
gn: --embedder-for-target --runtime-mode=debug --unoptimized
3737
host: ubuntu-latest
3838
host_tag: linux_x64
39-
- tag: ios_debug_unopt
40-
gn: --embedder-for-target --runtime-mode=debug --unoptimized --ios
41-
host: macos-latest
42-
host_tag: macosx_x64
43-
- tag: ios_debug_unopt_arm
44-
gn: --embedder-for-target --runtime-mode=debug --unoptimized --ios --ios-cpu=arm
45-
host: macos-latest
46-
host_tag: macosx_x64
39+
# - tag: ios_debug_unopt
40+
# gn: --embedder-for-target --runtime-mode=debug --unoptimized --ios
41+
# host: macos-latest
42+
# host_tag: macosx_x64
43+
# - tag: ios_debug_unopt_arm
44+
# gn: --embedder-for-target --runtime-mode=debug --unoptimized --ios --ios-cpu=arm
45+
# host: macos-latest
46+
# host_tag: macosx_x64
4747
- tag: host_debug_unopt
4848
gn: --embedder-for-target --runtime-mode=debug --unoptimized
4949
host: macos-latest
@@ -53,34 +53,34 @@ jobs:
5353
host: windows-latest
5454
host_tag: windows_x64
5555

56-
- tag: android_profile
57-
gn: --embedder-for-target --runtime-mode profile --lto --android
58-
host: ubuntu-latest
59-
host_tag: linux_x64
60-
- tag: android_profile_arm64
61-
gn: --embedder-for-target --runtime-mode profile --lto --android --android-cpu=arm64
62-
host: ubuntu-latest
63-
host_tag: linux_x64
64-
- tag: android_profile_x86
65-
gn: --embedder-for-target --runtime-mode profile --lto --android --android-cpu=x86
66-
host: ubuntu-latest
67-
host_tag: linux_x64
68-
- tag: android_profile_x64
69-
gn: --embedder-for-target --runtime-mode profile --lto --android --android-cpu=x64
70-
host: ubuntu-latest
71-
host_tag: linux_x64
56+
# - tag: android_profile
57+
# gn: --embedder-for-target --runtime-mode profile --lto --android
58+
# host: ubuntu-latest
59+
# host_tag: linux_x64
60+
# - tag: android_profile_arm64
61+
# gn: --embedder-for-target --runtime-mode profile --lto --android --android-cpu=arm64
62+
# host: ubuntu-latest
63+
# host_tag: linux_x64
64+
# - tag: android_profile_x86
65+
# gn: --embedder-for-target --runtime-mode profile --lto --android --android-cpu=x86
66+
# host: ubuntu-latest
67+
# host_tag: linux_x64
68+
# - tag: android_profile_x64
69+
# gn: --embedder-for-target --runtime-mode profile --lto --android --android-cpu=x64
70+
# host: ubuntu-latest
71+
# host_tag: linux_x64
7272
- tag: host_profile
7373
gn: --embedder-for-target --runtime-mode profile --lto
7474
host: ubuntu-latest
7575
host_tag: linux_x64
76-
- tag: ios_profile
77-
gn: --embedder-for-target --runtime-mode profile --lto --ios
78-
host: macos-latest
79-
host_tag: macosx_x64
80-
- tag: ios_profile_arm
81-
gn: --embedder-for-target --runtime-mode profile --lto --ios --ios-cpu=arm
82-
host: macos-latest
83-
host_tag: macosx_x64
76+
# - tag: ios_profile
77+
# gn: --embedder-for-target --runtime-mode profile --lto --ios
78+
# host: macos-latest
79+
# host_tag: macosx_x64
80+
# - tag: ios_profile_arm
81+
# gn: --embedder-for-target --runtime-mode profile --lto --ios --ios-cpu=arm
82+
# host: macos-latest
83+
# host_tag: macosx_x64
8484
- tag: host_profile
8585
gn: --embedder-for-target --runtime-mode profile --lto
8686
host: macos-latest
@@ -90,38 +90,38 @@ jobs:
9090
host: windows-latest
9191
host_tag: windows_x64
9292

93-
- tag: android_release
94-
gn: --embedder-for-target --runtime-mode release --lto --stripped --android
95-
host: ubuntu-latest
96-
host_tag: linux_x64
97-
- tag: android_release_arm64
98-
gn: --embedder-for-target --runtime-mode release --lto --stripped --android
99-
--android-cpu=arm64
100-
host: ubuntu-latest
101-
host_tag: linux_x64
102-
- tag: android_release_x86
103-
gn: --embedder-for-target --runtime-mode release --lto --stripped --android
104-
--android-cpu=x86
105-
host: ubuntu-latest
106-
host_tag: linux_x64
107-
- tag: android_release_x64
108-
gn: --embedder-for-target --runtime-mode release --lto --stripped --android
109-
--android-cpu=x64
110-
host: ubuntu-latest
111-
host_tag: linux_x64
93+
# - tag: android_release
94+
# gn: --embedder-for-target --runtime-mode release --lto --stripped --android
95+
# host: ubuntu-latest
96+
# host_tag: linux_x64
97+
# - tag: android_release_arm64
98+
# gn: --embedder-for-target --runtime-mode release --lto --stripped --android
99+
# --android-cpu=arm64
100+
# host: ubuntu-latest
101+
# host_tag: linux_x64
102+
# - tag: android_release_x86
103+
# gn: --embedder-for-target --runtime-mode release --lto --stripped --android
104+
# --android-cpu=x86
105+
# host: ubuntu-latest
106+
# host_tag: linux_x64
107+
# - tag: android_release_x64
108+
# gn: --embedder-for-target --runtime-mode release --lto --stripped --android
109+
# --android-cpu=x64
110+
# host: ubuntu-latest
111+
# host_tag: linux_x64
112112
- tag: host_release
113113
gn: --embedder-for-target --runtime-mode release --lto --stripped
114114
host: ubuntu-latest
115115
host_tag: linux_x64
116-
- tag: ios_release
117-
gn: --embedder-for-target --runtime-mode release --lto --stripped --ios
118-
host: macos-latest
119-
host_tag: macosx_x64
120-
- tag: ios_release_arm
121-
gn: --embedder-for-target --runtime-mode release --lto --stripped --ios
122-
--ios-cpu=arm
123-
host: macos-latest
124-
host_tag: macosx_x64
116+
# - tag: ios_release
117+
# gn: --embedder-for-target --runtime-mode release --lto --stripped --ios
118+
# host: macos-latest
119+
# host_tag: macosx_x64
120+
# - tag: ios_release_arm
121+
# gn: --embedder-for-target --runtime-mode release --lto --stripped --ios
122+
# --ios-cpu=arm
123+
# host: macos-latest
124+
# host_tag: macosx_x64
125125
- tag: host_release
126126
gn: --embedder-for-target --runtime-mode release --lto --stripped
127127
host: macos-latest

0 commit comments

Comments
 (0)