Skip to content

Commit

Permalink
Debug Linux build is hitting disk space issues - disable USE_GDAL
Browse files Browse the repository at this point in the history
  • Loading branch information
starseeker committed Aug 16, 2024
1 parent aa836fc commit 78bce31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,8 @@ jobs:
- name: Configure
run: |
export PATH=$ENV{GITHUB_WORKSPACE}:$PATH
cmake -S . -G Ninja -B build -DENABLE_ALL=ON -DGIT_SHALLOW_CLONE=ON -DCMAKE_BUILD_TYPE=Debug
# We're running into disk space issues with the Linux debug build, so turn off GDAL
cmake -S . -G Ninja -B build -DENABLE_ALL=ON -DGIT_SHALLOW_CLONE=ON -DCMAKE_BUILD_TYPE=Debug -DUSE_GDAL=OFF
- name: Build
run: |
Expand Down

0 comments on commit 78bce31

Please sign in to comment.