File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 3232 runs-on : ubuntu-22.04
3333 env :
3434 BUILD_NAME : cmake-ubuntu-jammy
35- CMAKE_OPTIONS : -DPython_LOOKUP_VERSION=3.10 -DUSE_CCACHE=ON -DSWIG_REGENERATE_PYTHON=ON
35+ CMAKE_OPTIONS : -DPython_LOOKUP_VERSION=3.10 -DUSE_CCACHE=ON -DSWIG_REGENERATE_PYTHON=ON -DBUILD_PYTHON_STUBS=ON
3636 cache-name : cmake-ubuntu-jammy
3737 steps :
3838 - name : Checkout GDAL
Original file line number Diff line number Diff line change @@ -17,8 +17,7 @@ cmake ${GDAL_SOURCE_DIR:=..} \
1717 " -DUSE_PRECOMPILED_HEADERS=ON" \
1818 -DOracle_ROOT=/opt/instantclient_19_9 \
1919 -DGDAL_USE_GEOTIFF_INTERNAL:BOOL=ON \
20- -DGDAL_USE_TIFF_INTERNAL:BOOL=ON \
21- -DBUILD_PYTHON_STUBS:BOOL=ON
20+ -DGDAL_USE_TIFF_INTERNAL:BOOL=ON
2221
2322echo " Test turning GDAL drivers off"
2423cp CMakeCache.txt CMakeCache.txt.bak
You can’t perform that action at this time.
0 commit comments