Skip to content

Commit 71eec9a

Browse files
committed
Drop 32-bit support, it's not worth the trouble either
1 parent 72ee8ca commit 71eec9a

File tree

2 files changed

+1
-41
lines changed

2 files changed

+1
-41
lines changed

.github/workflows/build.windows.workflow.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,12 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
arch: [x64, x86]
17+
arch: [x64]
1818
config: [Release]
19-
exclude:
20-
- arch: x86
21-
qtver: Qt6
2219
include:
2320
- arch: x64
2421
arch_name: 64-bit
2522
arch_suffix: "64"
26-
- arch: x86
27-
arch_name: 32-bit
28-
arch_suffix: "32"
2923
steps:
3024
- name: Remove Perl Strawberry installation
3125
# Removes conflicting headers from include paths

gui/qt/CMakePresets.json

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,6 @@
4141
"value": "x64"
4242
}
4343
},
44-
{
45-
"name": "ninja-vcpkg-x86",
46-
"hidden": true,
47-
"inherits": "ninja-vcpkg",
48-
"architecture": {
49-
"strategy": "external",
50-
"value": "x86"
51-
}
52-
},
5344
{
5445
"name": "ninja-vcpkg-arm64",
5546
"hidden": true,
@@ -96,16 +87,6 @@
9687
}
9788
}
9889
},
99-
{
100-
"name": "Win-x86",
101-
"inherits": [ "ninja-vcpkg-x86", "win-only" ],
102-
"cacheVariables": {
103-
"VCPKG_TARGET_TRIPLET": {
104-
"type": "STRING",
105-
"value": "x86-windows-static"
106-
}
107-
}
108-
},
10990
{
11091
"name": "Mac-x64",
11192
"inherits": [ "ninja-vcpkg-x64", "mac-only" ],
@@ -163,21 +144,6 @@
163144
"configurePreset": "Win-x64",
164145
"configuration": "Release"
165146
},
166-
{
167-
"name": "Win-x86-Debug",
168-
"configurePreset": "Win-x86",
169-
"configuration": "Debug"
170-
},
171-
{
172-
"name": "Win-x86-RelWithDebInfo",
173-
"configurePreset": "Win-x86",
174-
"configuration": "RelWithDebInfo"
175-
},
176-
{
177-
"name": "Win-x86-Release",
178-
"configurePreset": "Win-x86",
179-
"configuration": "Release"
180-
},
181147
{
182148
"name": "Mac-x64-Debug",
183149
"configurePreset": "Mac-x64",

0 commit comments

Comments
 (0)