Skip to content

Commit

Permalink
Disable azure 32 bit builds (hopefully temporarily!)
Browse files Browse the repository at this point in the history
These are consistently failing for unknown reasons -- maybe a broken
dependancy in osgeo4w 32 bit?
  • Loading branch information
nyalldawson committed Jun 2, 2020
1 parent 07eca3e commit 635f79a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .ci/azure-pipelines/azure-pipelines.yml
Expand Up @@ -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
Expand Down

0 comments on commit 635f79a

Please sign in to comment.