Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/.ci
diff options
context:
space:
mode:
authorDavide Beatrici <git@davidebeatrici.dev>2022-05-11 01:03:18 +0300
committerDavide Beatrici <git@davidebeatrici.dev>2022-05-11 10:35:28 +0300
commitf669e9d377bb289a610a0a60df4587ef006f35f1 (patch)
treef6e0d397f0f4f8738dadd156c21adbb105912cf6 /.ci
parent4f50172c5c8bc7c425efb350377106d3e83a7e79 (diff)
CI: Remove x86 Windows build(s)
f999081ab82d0a70843036bd2ebb2629921facde enabled the MySQL plugin for Qt. Turns out its master dependency (libmysql) cannot be built for x86: https://github.com/microsoft/vcpkg/issues/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.
Diffstat (limited to '.ci')
-rw-r--r--.ci/azure-pipelines/main-pr.yml15
-rw-r--r--.ci/azure-pipelines/main.yml15
2 files changed, 0 insertions, 30 deletions
diff --git a/.ci/azure-pipelines/main-pr.yml b/.ci/azure-pipelines/main-pr.yml
index 0918e8764..554b9e8a9 100644
--- a/.ci/azure-pipelines/main-pr.yml
+++ b/.ci/azure-pipelines/main-pr.yml
@@ -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
diff --git a/.ci/azure-pipelines/main.yml b/.ci/azure-pipelines/main.yml
index 28239af9d..d86aae10a 100644
--- a/.ci/azure-pipelines/main.yml
+++ b/.ci/azure-pipelines/main.yml
@@ -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