Skip to content

Commit

Permalink
finding gdal lib locations
Browse files Browse the repository at this point in the history
  • Loading branch information
sllynn committed Nov 20, 2024
1 parent 1f60838 commit 5947f0a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions .github/actions/scala_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ runs:
sudo dpkg -i python/mosaic/gdal/gdal_3.10.0-1_amd64.deb || :
sudo apt-get update && sudo apt-get install -f -y
sudo dpkg -i python/mosaic/gdal/gdal_3.10.0-1_amd64.deb
sudo dpkg -L gdal
- name: Test and build the scala JAR - skip tests is false
if: inputs.skip_tests == 'false'
shell: bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -231,12 +231,7 @@ object MosaicGDAL extends Logging {
/** Loads the shared objects required for GDAL. */
private def loadSharedObjects(): Unit = {
loadOrNOOP(usrlibsoPath)
// loadOrNOOP(usrlibso30Path)
// loadOrNOOP(usrlibso3003Path)
loadOrNOOP(libjnisoPath)
// loadOrNOOP(libjniso30Path)
// loadOrNOOP(libjniso3003Path)
// loadOrNOOP(libogdisoPath)
}

/** Loads the shared object if it exists. */
Expand Down

0 comments on commit 5947f0a

Please sign in to comment.