mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
Disable azure 32 bit builds (hopefully temporarily!)
These are consistently failing for unknown reasons -- maybe a broken dependancy in osgeo4w 32 bit?
This commit is contained in:
parent
07eca3e670
commit
635f79aba1
@ -25,13 +25,13 @@ jobs:
|
||||
strategy:
|
||||
maxParallel: 4
|
||||
matrix:
|
||||
x86:
|
||||
OSGEO4W_ROOT: C:\OSGeo4W
|
||||
OSGEO4W_ARCH: x86
|
||||
CLCACHE_DIR: c:\clcache-x86
|
||||
PLATFORM: x86
|
||||
CC: C:\OSGeo4W\bin\clcache.bat
|
||||
CXX: C:\OSGeo4W\bin\clcache.bat
|
||||
# x86:
|
||||
# OSGEO4W_ROOT: C:\OSGeo4W
|
||||
# OSGEO4W_ARCH: x86
|
||||
# CLCACHE_DIR: c:\clcache-x86
|
||||
# PLATFORM: x86
|
||||
# CC: C:\OSGeo4W\bin\clcache.bat
|
||||
# CXX: C:\OSGeo4W\bin\clcache.bat
|
||||
|
||||
x86_64:
|
||||
OSGEO4W_ROOT: C:\OSGeo4W64
|
||||
|
Loading…
x
Reference in New Issue
Block a user