Skip to content

Commit

Permalink
speed-up building HDF5 (#3087)
Browse files Browse the repository at this point in the history
Disables building the tests when building the netCDF, etc.
  • Loading branch information
brtnfld authored Jun 20, 2023
1 parent 7e3c100 commit 94ea835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hdfeos5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/netcdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 94ea835

Please sign in to comment.