Skip to content

Commit

Permalink
CI: Remove x86 Windows build(s)
Browse files Browse the repository at this point in the history
f999081 enabled the MySQL plugin for Qt.

Turns out its master dependency (libmysql) cannot be built for x86:
microsoft/vcpkg#11214

This issue leaves us with two choices:

1. Get rid of x86 builds altogether.
2. x64 builds with MySQL plugin, x86 ones without. Potential confusion.

We asked on our Matrix channel whether anyone used official x86 releases.
Nobody did, which is a very good thing considering x86 (32 bit) CPUs are no more.

In addition to that, Microsoft dropped the platform with Windows 10 2004.
  • Loading branch information
davidebeatrici committed May 11, 2022
1 parent 4f50172 commit f669e9d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 33 deletions.
3 changes: 0 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ environment:
- MUMBLE_ENVIRONMENT_TRIPLET: 'x64-windows-static-md'
MUMBLE_ENVIRONMENT_VERSION: 'windows-static-1.5.x~2021-07-27~64f88807.x64'
VCVARS_PATH: 'C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Auxiliary/Build/vcvars64.bat'
- MUMBLE_ENVIRONMENT_TRIPLET: 'x86-windows-static-md'
MUMBLE_ENVIRONMENT_VERSION: 'windows-static-1.5.x~2021-07-27~64f88807.x86'
VCVARS_PATH: 'C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Auxiliary/Build/vcvarsamd64_x86.bat'

install:
- ps: .ci/install-environment_windows.ps1
Expand Down
15 changes: 0 additions & 15 deletions .ci/azure-pipelines/main-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,6 @@ jobs:
parameters:
arch: 'x64'

- job: Windows_x86
workspace:
clean: all
timeoutInMinutes: 120
pool:
vmImage: 'windows-2022'
variables:
MUMBLE_ENVIRONMENT_VERSION: 'windows-static-1.5.x~2021-07-27~64f88807.x86'
MUMBLE_ENVIRONMENT_TRIPLET: 'x86-windows-static-md'
VCVARS_PATH: 'C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsamd64_x86.bat'
steps:
- template: steps_windows.yml
parameters:
arch: 'x86'

- job: Linux
workspace:
clean: all
Expand Down
15 changes: 0 additions & 15 deletions .ci/azure-pipelines/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,6 @@ jobs:
parameters:
arch: 'x64'

- job: Windows_x86
workspace:
clean: all
timeoutInMinutes: 120
pool:
vmImage: 'windows-2022'
variables:
MUMBLE_ENVIRONMENT_VERSION: 'windows-static-1.5.x~2021-07-27~64f88807.x86'
MUMBLE_ENVIRONMENT_TRIPLET: 'x86-windows-static-md'
VCVARS_PATH: 'C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsamd64_x86.bat'
steps:
- template: steps_windows.yml
parameters:
arch: 'x86'

- job: Linux
workspace:
clean: all
Expand Down

0 comments on commit f669e9d

Please sign in to comment.