Skip to content

Commit

Permalink
DO NOT MERGE: test MR 1440.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Aug 31, 2024
1 parent d6f1ac5 commit 98eb5b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion experiment/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ root_dir="$(dirname "$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")")"
git submodule update --init

if [[ ! -e legion ]]; then
git clone -b regent-resilience https://gitlab.com/StanfordLegion/legion.git
git clone -b regent-resilience-mr1440 https://gitlab.com/StanfordLegion/legion.git
fi

if [[ $USE_HIP -eq 1 ]]; then
Expand Down
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fi
git submodule update --init

if [[ ! -e legion ]]; then
git clone -b regent-resilience https://gitlab.com/StanfordLegion/legion.git
git clone -b regent-resilience-mr1440 https://gitlab.com/StanfordLegion/legion.git
fi

pushd legion
Expand Down

0 comments on commit 98eb5b5

Please sign in to comment.