Skip to content

Commit b9003b0

Browse files
committed
Minimize CI burden by commenting out parts of the matriix
- Minimizes CI burden by commenting out parts of the matrix so that one entry for every platform remains - Adds a commented out option for web builds using threads=no
1 parent 5513ce6 commit b9003b0

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/builds.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,20 @@ jobs:
1616
target:
1717
[
1818
{ platform: linux, arch: x86_64, os: ubuntu-22.04 },
19-
{ platform: linux, arch: x86_32, os: ubuntu-22.04 },
20-
{ platform: linux, arch: arm64, os: ubuntu-22.04-arm },
21-
{ platform: linux, arch: arm32, os: ubuntu-22.04-arm },
19+
#{ platform: linux, arch: x86_32, os: ubuntu-22.04 },
20+
#{ platform: linux, arch: arm64, os: ubuntu-22.04-arm },
21+
#{ platform: linux, arch: arm32, os: ubuntu-22.04-arm },
2222
{ platform: windows, arch: x86_64, os: windows-latest },
23-
{ platform: windows, arch: x86_32, os: windows-latest },
24-
{ platform: windows, arch: arm64, os: windows-latest },
23+
#{ platform: windows, arch: x86_32, os: windows-latest },
24+
#{ platform: windows, arch: arm64, os: windows-latest },
2525
{ platform: macos, arch: universal, os: macos-latest },
2626
{ platform: android, arch: x86_64, os: ubuntu-22.04 },
27-
{ platform: android, arch: x86_32, os: ubuntu-22.04 },
28-
{ platform: android, arch: arm64, os: ubuntu-22.04 },
29-
{ platform: android, arch: arm32, os: ubuntu-22.04 },
27+
#{ platform: android, arch: x86_32, os: ubuntu-22.04 },
28+
#{ platform: android, arch: arm64, os: ubuntu-22.04 },
29+
#{ platform: android, arch: arm32, os: ubuntu-22.04 },
3030
{ platform: ios, arch: arm64, os: macos-latest },
3131
{ platform: web, arch: wasm32, os: ubuntu-22.04 },
32+
#{ platform: web, arch: wasm32, os: ubuntu-22.04, threads: no},
3233
]
3334
target-type: [template_debug, template_release]
3435
float-precision: [single, double]

0 commit comments

Comments
 (0)