forked from HDFGroup/hdf5
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/update_h5i' into update_rwlock
- Loading branch information
Showing
7 changed files
with
8 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ jobs: | |
- name: Install CMake Dependencies (Linux_coverage) | ||
run: | | ||
sudo apt update | ||
sudo apt-get install ninja-build doxygen graphviz curl libncurses5 build-essential | ||
sudo apt-get install ninja-build doxygen graphviz curl build-essential | ||
sudo apt install libssl3 libssl-dev libcurl4 libcurl4-openssl-dev | ||
sudo apt-get install lcov -q -y | ||
|
@@ -127,7 +127,7 @@ jobs: | |
- name: Install CMake Dependencies (Linux_Leak) | ||
run: | | ||
sudo apt update | ||
sudo apt-get install ninja-build doxygen graphviz curl libncurses5 | ||
sudo apt-get install ninja-build doxygen graphviz curl | ||
- name: add clang to env | ||
uses: KyleMayes/[email protected] | ||
|
@@ -227,7 +227,7 @@ jobs: | |
- name: Install CMake Dependencies (Linux_Address) | ||
run: | | ||
sudo apt update | ||
sudo apt-get install ninja-build doxygen graphviz curl libncurses5 | ||
sudo apt-get install ninja-build doxygen graphviz curl | ||
- name: add clang to env | ||
uses: KyleMayes/[email protected] | ||
|
@@ -327,7 +327,7 @@ jobs: | |
- name: Install CMake Dependencies (Linux_UndefinedBehavior) | ||
run: | | ||
sudo apt update | ||
sudo apt-get install ninja-build doxygen graphviz curl libncurses5 | ||
sudo apt-get install ninja-build doxygen graphviz curl | ||
- name: add clang to env | ||
uses: KyleMayes/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -500,7 +500,6 @@ jobs: | |
env: | ||
FC: ${{ steps.setup-fortran.outputs.fc }} | ||
CC: ${{ steps.setup-fortran.outputs.cc }} | ||
CXX: ${{ steps.setup-fortran.outputs.cc }} | ||
run: | | ||
cd "${{ runner.workspace }}/hdf5" | ||
ctest -S HDF5config.cmake,CTEST_SITE_EXT=GH-${{ github.event.repository.full_name }}-Intel,LOCAL_SUBMIT=ON,NINJA=TRUE,BUILD_GENERATOR=VS202264,CTEST_SOURCE_NAME=${{ steps.set-file-base.outputs.SOURCE_BASE }} -C Release -VV -O hdf5.log | ||
|
@@ -597,7 +596,6 @@ jobs: | |
env: | ||
FC: ${{ steps.setup-fortran.outputs.fc }} | ||
CC: ${{ steps.setup-fortran.outputs.cc }} | ||
CXX: ${{ steps.setup-fortran.outputs.cxx }} | ||
run: | | ||
cd "${{ runner.workspace }}/hdf5" | ||
ctest -S HDF5config.cmake,CTEST_SITE_EXT=GH-${{ github.event.repository.full_name }}-Intel,LOCAL_SUBMIT=ON,NINJA=TRUE,BUILD_GENERATOR=Unix,CTEST_SOURCE_NAME=${{ steps.set-file-base.outputs.SOURCE_BASE }} -C Release -VV -O hdf5.log | ||
|
@@ -622,7 +620,7 @@ jobs: | |
- name: Install CMake Dependencies (Linux_clang) | ||
run: | | ||
sudo apt-get update | ||
sudo apt-get install ninja-build doxygen graphviz curl libncurses5 | ||
sudo apt-get install ninja-build doxygen graphviz curl | ||
- name: add clang to env | ||
uses: KyleMayes/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters