Disable s3 tests

This commit is contained in:
Dennis Heimbigner 2023-05-02 14:51:34 -06:00
parent ef55c327b6
commit c315873af6
2 changed files with 2 additions and 4 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 --enable-s3 --enable-s3-internal --enable-nczarr-s3-tests
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
if: ${{ success() }}
- name: Look at config.log if error

View File

@ -46,7 +46,6 @@ jobs:
--enable-plugins --enable-nczarr
--disable-s3
- name: Look at config.log if error
if: ${{ failure() }}
run: cat config.log
@ -72,7 +71,6 @@ jobs:
AWS_PROFILE: ${{ secrets.DEFAULT_PROFILE }}
run: |
mkdir -p ~/.aws
echo "" > ~/.aws/config
chmod go-rwx ~/.aws/config
echo "${AWS_PROFILE}" >> ~/.aws/config
chmod go-rwx ~/.aws/config
make check -j8 SHELL=/bin/dash