Skip to content

Commit 8af68b5

Browse files
DO NOT MERGE: test MR 1440.
1 parent 4f7dca1 commit 8af68b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

experiment/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ root_dir="$(dirname "$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")")"
1212
git submodule update --init
1313

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

1818
if [[ $USE_HIP -eq 1 ]]; then

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ fi
1515
git submodule update --init
1616

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

2121
pushd legion

0 commit comments

Comments
 (0)