enable s3 testing

This commit is contained in:
Dennis Heimbigner 2023-05-02 12:55:25 -06:00
parent b1b1a3e9c0
commit 38615da3e7
2 changed files with 3 additions and 5 deletions

View File

@ -167,7 +167,7 @@ jobs:
- name: Configure
shell: bash -l {0}
run: CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS} LD_LIBRARY_PATH=${LD_LIBRARY_PATH} ./configure --enable-hdf5 --enable-dap --disable-dap-remote-tests --enable-doxygen --enable-external-server-tests --disable-s3
run: CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS} LD_LIBRARY_PATH=${LD_LIBRARY_PATH} ./configure --enable-hdf5 --enable-dap --disable-dap-remote-tests --enable-doxygen --enable-external-server-tests --enable-s3 --enable-s3-internal --enable-s3-tests
if: ${{ success() }}
- name: Look at config.log if error
@ -198,9 +198,6 @@ jobs:
echo "" > ~/.aws/config
echo "${AWS_PROFILE}" >> ~/.aws/config
echo "" > ~/.aws/config
ls -l ~/.aws/config
if test -e ~/.aws/config ; then wc ~/.aws/config ; fi
pwd
LD_LIBRARY_PATH="/home/runner/work/netcdf-c/netcdf-c/liblib/.libs:${LD_LIBRARY_PATH}"
CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS} LD_LIBRARY_PATH=${LD_LIBRARY_PATH} make check -j
if: ${{ success() }}

View File

@ -43,7 +43,8 @@ jobs:
run: >-
/bin/dash ./configure --enable-hdf5 --enable-shared
--disable-static --enable-dap --disable-dap-remote-tests
--enable-plugins --enable-nczarr --disable-s3
--enable-plugins --enable-nczarr
--enable-s3 --enable-s3-internal --enable-s3-tests
- name: Look at config.log if error