Skip to content

Commit

Permalink
Merge branch 'pr/test-submodule' of github.com:kholland-intel/SOS int…
Browse files Browse the repository at this point in the history
…o pr/test-submodule
  • Loading branch information
davidozog committed Nov 21, 2023
2 parents 1c6ac62 + e938972 commit 242921c
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,8 @@ jobs:
run: |
echo "OS_NAME=$(lsb_release -si)-$(ls_release -sr)" >> $GITHUB_ENV
- uses: actions/checkout@v4
with:
submodules: 'true'
- name: Install dependencies
run: |
sudo apt-get install -y gfortran mpich libmpich-dev
Expand Down Expand Up @@ -578,6 +580,8 @@ jobs:
run: |
echo "OS_NAME=$(lsb_release -si)-$(ls_release -sr)" >> $GITHUB_ENV
- uses: actions/checkout@v4
with:
submodules: 'true'
- name: Install dependencies
run: |
sudo apt-get install -y gfortran mpich libmpich-dev libev-dev libev-libevent-dev
Expand Down Expand Up @@ -655,6 +659,8 @@ jobs:
run: |
echo "OS_NAME=$(lsb_release -si)-$(ls_release -sr)" >> $GITHUB_ENV
- uses: actions/checkout@v4
with:
submodules: 'true'
- name: Install dependencies
run: |
sudo apt-get install -y gfortran mpich libmpich-dev libev-dev libev-libevent-dev
Expand Down
5 changes: 3 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[submodule "modules/test-sos"]
path = modules/test-sos
[submodule "modules/tests-sos"]
path = modules/tests-sos
url = [email protected]:openshmem-org/tests-sos.git
branch = main
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

test -d ./config || mkdir ./config

test -f modules/test-sos/configure.ac || { echo -n "WARNING: The test directory is empty. Please run the following command to install the SOS tests:\ngit submodule update --init"; }
test -f modules/tests-sos/configure.ac || { echo "ERROR: The test directory is empty. Please run the following command to download the SOS tests:"; echo "git submodule update --init"; exit 1; }

FILES=./man/*.1
echo -n "dist_man1_MANS =" > ./man/Makefile.am
Expand Down
1 change: 0 additions & 1 deletion modules/test-sos
Submodule test-sos deleted from 5f7905
1 change: 1 addition & 0 deletions modules/tests-sos
Submodule tests-sos added at d52b3f
2 changes: 1 addition & 1 deletion test

0 comments on commit 242921c

Please sign in to comment.