Skip to content

Commit a9f5366

Browse files
committed
Update subproject commits and shallow dates
Added a comment to explain what to update those to, too
1 parent a4ead0c commit a9f5366

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

test/run-tests.sh

+6-4
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,25 @@ done
2222

2323
# Test some significant external projects that use RGBDS
2424
# When adding new ones, don't forget to add them to the .gitignore!
25+
# When updating subprojects, change the commit being checked out, and set the `shallow-since`
26+
# to the day before, to reduce the amount of refs being transferred and thus speed up CI.
2527

2628
if [ ! -d pokecrystal ]; then
27-
git clone https://github.com/pret/pokecrystal.git --shallow-since=2021-04-01 --single-branch
29+
git clone https://github.com/pret/pokecrystal.git --shallow-since=2022-03-12 --single-branch
2830
fi
2931
pushd pokecrystal
3032
git fetch
31-
git checkout b8fc67848e1d5911204fa42bbd9b954fdec6228a
33+
git checkout 3bb94e49286617c9e8d61af4e9af85df88000d96
3234
make clean
3335
make -j4 compare RGBDS=../../
3436
popd
3537

3638
if [ ! -d pokered ]; then
37-
git clone --recursive https://github.com/pret/pokered.git --shallow-since=2021-04-01 --single-branch
39+
git clone https://github.com/pret/pokered.git --shallow-since=2022-03-07 --single-branch
3840
fi
3941
pushd pokered
4042
git fetch
41-
git checkout 0af787ea6d42d6f9c16f952b46519ab94f356abb
43+
git checkout a75dd222709c92ae136d835ff2451391d5a88e45
4244
make clean
4345
make -j4 compare RGBDS=../../
4446
popd

0 commit comments

Comments
 (0)