speed-up building HDF5 (#3087)

Disables building the tests when building the netCDF, etc.
This commit is contained in:
Scot Breitenfeld 2023-06-20 18:58:50 -05:00 committed by GitHub
parent 7e3c100755
commit 94ea835bbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ jobs:
- name: Install HDF5
run: |
./autogen.sh
./configure --prefix=/usr/local --with-default-api-version=v16
./configure --prefix=/usr/local --disable-tests --with-default-api-version=v16
make
sudo make install
- name: Install HDF-EOS5

View File

@ -35,7 +35,7 @@ jobs:
- name: Install HDF5
run: |
./autogen.sh
./configure --prefix=/usr/local --disable-static --enable-shared --enable-hl --with-szlib
./configure --prefix=/usr/local --disable-tests --disable-static --enable-shared --enable-hl --with-szlib
make -j
sudo make install -j
- name: Checkout netCDF