diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2023-06-20 23:58:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-20 23:58:50 (GMT) |
commit | 94ea835bbb50d5b5215c7e02515cd0f603985c92 (patch) | |
tree | 095694a7af7f3ebd2471e985158fef022cd6a9f2 /.github/workflows/hdfeos5.yml | |
parent | 7e3c1007553f332efa2966cecfa8a6e7e6112c34 (diff) | |
download | hdf5-94ea835bbb50d5b5215c7e02515cd0f603985c92.zip hdf5-94ea835bbb50d5b5215c7e02515cd0f603985c92.tar.gz hdf5-94ea835bbb50d5b5215c7e02515cd0f603985c92.tar.bz2 |
speed-up building HDF5 (#3087)
Disables building the tests when building the netCDF, etc.
Diffstat (limited to '.github/workflows/hdfeos5.yml')
-rw-r--r-- | .github/workflows/hdfeos5.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/hdfeos5.yml b/.github/workflows/hdfeos5.yml index 089e8df..04c92b9 100644 --- a/.github/workflows/hdfeos5.yml +++ b/.github/workflows/hdfeos5.yml @@ -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 |