Skip to content

Commit 7b4a744

Browse files
committed
temp fix, disable all unneccesrayy CI runs
1 parent f6279e7 commit 7b4a744

File tree

10 files changed

+62
-72
lines changed

10 files changed

+62
-72
lines changed

.github/workflows/android.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
types: [published]
66
push:
77
branches: ['main']
8-
pull_request:
98
workflow_dispatch:
109

1110
jobs:

.github/workflows/build.yml

Lines changed: 62 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
config:
18-
- name: Windows MSVC (dynamic)
19-
os: windows
20-
os-version: 2022
21-
environment: msvc
22-
shell: pwsh
23-
static: false
24-
fatal_warnings: false # TODO: enable fatal warnings, once cpp-httplib is patched either by ourselves or by the maintainers
25-
26-
- name: Windows MSVC (static)
27-
os: windows
28-
os-version: 2022
29-
environment: msvc
30-
shell: pwsh
31-
static: true
32-
fatal_warnings: false # TODO: enable fatal warnings, once cpp-httplib is patched either by ourselves or by the maintainers
18+
# - name: Windows MSVC (dynamic)
19+
# os: windows
20+
# os-version: 2022
21+
# environment: msvc
22+
# shell: pwsh
23+
# static: false
24+
# fatal_warnings: false # TODO: enable fatal warnings, once cpp-httplib is patched either by ourselves or by the maintainers
25+
26+
# - name: Windows MSVC (static)
27+
# os: windows
28+
# os-version: 2022
29+
# environment: msvc
30+
# shell: pwsh
31+
# static: true
32+
# fatal_warnings: false # TODO: enable fatal warnings, once cpp-httplib is patched either by ourselves or by the maintainers
3333

3434
- name: Windows MingGW
3535
os: windows
@@ -47,53 +47,53 @@ jobs:
4747
shell: 'msys2 {0}'
4848
fatal_warnings: true
4949

50-
- name: Linux (ARM64)
51-
os: ubuntu
52-
os-version: 24.04-arm
53-
use-clang: false
54-
arm: true
55-
shell: bash
56-
fatal_warnings: true
57-
58-
- name: Linux
59-
os: ubuntu
60-
os-version: 24.04
61-
use-clang: false
62-
arm: false
63-
shell: bash
64-
fatal_warnings: true
65-
66-
- name: Linux Clang (libstdc++)
67-
os: ubuntu
68-
os-version: 24.04
69-
use-clang: true
70-
use-clang_stdlib: false
71-
arm: false
72-
shell: bash
73-
fatal_warnings: true
74-
75-
- name: Linux Clang (libc++)
76-
os: ubuntu
77-
os-version: 24.04
78-
use-clang: true
79-
use-clang_stdlib: true
80-
arm: false
81-
shell: bash
82-
fatal_warnings: true
83-
84-
- name: MacOS
85-
os: macos
86-
os-version: 13
87-
arm: false
88-
shell: bash
89-
fatal_warnings: true
90-
91-
- name: MacOS (Arm64)
92-
os: macos
93-
os-version: 14
94-
arm: true
95-
shell: bash
96-
fatal_warnings: true
50+
# - name: Linux (ARM64)
51+
# os: ubuntu
52+
# os-version: 24.04-arm
53+
# use-clang: false
54+
# arm: true
55+
# shell: bash
56+
# fatal_warnings: true
57+
58+
# - name: Linux
59+
# os: ubuntu
60+
# os-version: 24.04
61+
# use-clang: false
62+
# arm: false
63+
# shell: bash
64+
# fatal_warnings: true
65+
66+
# - name: Linux Clang (libstdc++)
67+
# os: ubuntu
68+
# os-version: 24.04
69+
# use-clang: true
70+
# use-clang_stdlib: false
71+
# arm: false
72+
# shell: bash
73+
# fatal_warnings: true
74+
75+
# - name: Linux Clang (libc++)
76+
# os: ubuntu
77+
# os-version: 24.04
78+
# use-clang: true
79+
# use-clang_stdlib: true
80+
# arm: false
81+
# shell: bash
82+
# fatal_warnings: true
83+
84+
# - name: MacOS
85+
# os: macos
86+
# os-version: 13
87+
# arm: false
88+
# shell: bash
89+
# fatal_warnings: true
90+
91+
# - name: MacOS (Arm64)
92+
# os: macos
93+
# os-version: 14
94+
# arm: true
95+
# shell: bash
96+
# fatal_warnings: true
9797

9898
defaults:
9999
run:
@@ -137,7 +137,6 @@ jobs:
137137
msystem: ${{matrix.config.environment == 'mingw' && 'MINGW64' || 'UCRT64'}}
138138
install: gcc=14
139139

140-
141140
- name: Setup Clang (Linux) (libc++)
142141
if: matrix.config.os == 'ubuntu' && matrix.config.use-clang == true && matrix.config.use-clang_stdlib
143142
run: |

.github/workflows/flatpak.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
types: [published]
66
push:
77
branches: ['main']
8-
pull_request:
98
workflow_dispatch:
109

1110
jobs:

.github/workflows/lint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Lint CI
22
on:
33
push:
44
branches: ['main']
5-
pull_request:
65
workflow_dispatch:
76

87
jobs:

.github/workflows/meson.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Meson Checks CI
33
on:
44
push:
55
branches: ['main']
6-
pull_request:
76
workflow_dispatch:
87

98
jobs:

.github/workflows/musl.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Musl CI
33
on:
44
push:
55
branches: ['main']
6-
pull_request:
76
workflow_dispatch:
87

98
jobs:

.github/workflows/nintendo.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Nintendo CI
33
on:
44
push:
55
branches: ['main']
6-
pull_request:
76
workflow_dispatch:
87

98
jobs:

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Test CI
33
on:
44
push:
55
branches: ['main']
6-
pull_request:
76
workflow_dispatch:
87

98
jobs:

.github/workflows/web_build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
types: [published]
66
push:
77
branches: ['main']
8-
pull_request:
98
workflow_dispatch:
109

1110
jobs:

.github/workflows/windows_installer.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Windows Installer CI
33
on:
44
push:
55
branches: ['main']
6-
pull_request:
76
workflow_dispatch:
87

98
jobs:

0 commit comments

Comments
 (0)