From eb53f1b8b2615aa96886138e23af13ba9a574604 Mon Sep 17 00:00:00 2001 From: Sichao25 Date: Tue, 3 Feb 2026 17:27:18 -0500 Subject: [PATCH] update redev in actions --- .github/workflows/clang-tidy.yml | 2 +- .github/workflows/cmake-test.yml | 2 +- .github/workflows/self-hosted.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/clang-tidy.yml b/.github/workflows/clang-tidy.yml index 94231301..024318c4 100644 --- a/.github/workflows/clang-tidy.yml +++ b/.github/workflows/clang-tidy.yml @@ -174,7 +174,7 @@ jobs: with: repo-name: 'redev-openmpi' repo-path: 'SCOREC/redev' - repo-ref: '1452ec290dc6f8638019e342758325611e16ad77' + repo-ref: 'ac09848a5f9b89493e8b679c9080b9efe5538376' cache: true options: '-DCMAKE_CXX_COMPILER=`which mpicxx` -DMPIEXEC_EXECUTABLE=`which mpirun` diff --git a/.github/workflows/cmake-test.yml b/.github/workflows/cmake-test.yml index 4cc57b1a..5e5dc937 100644 --- a/.github/workflows/cmake-test.yml +++ b/.github/workflows/cmake-test.yml @@ -145,7 +145,7 @@ jobs: with: repo-name: 'redev' repo-path: 'SCOREC/redev' - repo-ref: '1452ec290dc6f8638019e342758325611e16ad77' + repo-ref: 'ac09848a5f9b89493e8b679c9080b9efe5538376' cache: true options: '-DCMAKE_CXX_COMPILER=`which mpicxx` -DMPIEXEC_EXECUTABLE=`which mpirun` diff --git a/.github/workflows/self-hosted.yml b/.github/workflows/self-hosted.yml index 163f3086..97628f71 100644 --- a/.github/workflows/self-hosted.yml +++ b/.github/workflows/self-hosted.yml @@ -106,7 +106,7 @@ jobs: # redev git clone https://github.com/SCOREC/redev.git ${workDir}/redev cd ${workDir}/redev - git checkout 1452ec290dc6f8638019e342758325611e16ad77 + git checkout ac09848a5f9b89493e8b679c9080b9efe5538376 cd $workDir rdbdir=${workDir}/build-redev cmake -S ${workDir}/redev -B $rdbdir \