Skip to content

Commit

Permalink
ci: change enable-static to enable-static-exec
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Apr 14, 2024
1 parent 477cc2e commit 203a8b1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/alien.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ jobs:
sudo apt install alien
- name: test
run: |
curl -s -L -O https://github.com/HDFGroup/hdf5/releases/download/snapshot-1.14/snapshot-1.14-ubuntu-2204_gcc.rpm.tar.gz
tar zxvf snapshot-1.14-ubuntu-2204_gcc.rpm.tar.gz
curl -s -L -O https://github.com/HDFGroup/hdf5/releases/download/snapshot/snapshot-ubuntu-2204_gcc.rpm.tar.gz
tar zxvf snapshot-ubuntu-2204_gcc.rpm.tar.gz
cd hdf5
sudo alien HDF5-1.14.4.2-1.x86_64.rpm
sudo dpkg -i hdf5_1.14.4.2-2_amd64.deb
/HDF_Group/HDF5/1.14.4.2/bin/h5ls --help
sudo alien HDF5-1.15.0-1.x86_64.rpm
ls
sudo dpkg -i hdf5_1.15.0-2_amd64.deb
ls /HDF_Group/HDF5
/HDF_Group/HDF5/1.15.0/bin/h5ls --help
8 changes: 4 additions & 4 deletions .github/workflows/dpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
sudo apt install alien
- name: test
run: |
curl -s -L -O https://github.com/HDFGroup/hdf5/releases/download/snapshot-1.14/snapshot-1.14-ubuntu-2204_gcc.deb.tar.gz
tar zxvf snapshot-1.14-ubuntu-2204_gcc.deb.tar.gz
curl -s -L -O https://github.com/HDFGroup/hdf5/releases/download/snapshot/snapshot-ubuntu-2204_gcc.deb.tar.gz
tar zxvf snapshot-ubuntu-2204_gcc.deb.tar.gz
cd hdf5
sudo dpkg -i HDF5-1.14.4.2-Linux.deb
/HDF_Group/HDF5/1.14.4.2/bin/h5ls --help
sudo dpkg -i HDF5-1.15.0-Linux.deb
/HDF_Group/HDF5/1.15.0/bin/h5ls --help
2 changes: 1 addition & 1 deletion .github/workflows/mac14-auto-d-as-in-mp-mc-se-st-tr-sy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: test
run: |
./autogen.sh
./configure CFLAGS="-g -Wall" --enable-build-mode=debug --enable-symbols=yes --enable-asserts --enable-trace --enable-using-memchecker --enable-instrument --enable-map-api --enable-static-exec --enable_static=yes
./configure CFLAGS="-g -Wall" --enable-build-mode=debug --enable-symbols=yes --enable-asserts --enable-trace --enable-using-memchecker --enable-instrument --enable-map-api --enable-static-exec=yes
make
make check
shell: bash

0 comments on commit 203a8b1

Please sign in to comment.