Skip to content

Commit

Permalink
Do not install unused libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Dec 18, 2024
1 parent 0ac1da8 commit 4082355
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 10 deletions.
1 change: 0 additions & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ runs:
run: make VERBOSE=1
shell: bash
working-directory: build

1 change: 0 additions & 1 deletion .github/actions/cmake/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ runs:
-DCMAKE_BUILD_TYPE=${BUILD_TYPE}
shell: bash
working-directory: build

1 change: 0 additions & 1 deletion .github/actions/ctest/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ runs:
run: ctest --output-on-failure
shell: bash
working-directory: build

1 change: 0 additions & 1 deletion .github/actions/install-from-git/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ runs:
git clone --quiet --depth 1 https://github.com/osmcode/libosmium.git ../libosmium
git clone --quiet --depth 1 https://github.com/mapbox/protozero.git ../protozero
shell: bash

1 change: 0 additions & 1 deletion .github/actions/install-macos/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ runs:
boost \
gdal
shell: bash

5 changes: 1 addition & 4 deletions .github/actions/install-ubuntu/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,5 @@ runs:
libboost-filesystem-dev \
libboost-program-options-dev \
libbz2-dev \
libgdal-dev \
libproj-dev \
libsparsehash-dev
libgdal-dev
shell: bash

1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,3 @@ jobs:
- uses: ./.github/actions/build
- uses: ./.github/actions/ctest
- uses: ./.github/actions/build-sub

0 comments on commit 4082355

Please sign in to comment.