Skip to content

Commit fb6ce2e

Browse files
committed
Fix phobos_test_extractor to a specific version
1 parent 26ab57d commit fb6ce2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

circleci.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ coverage()
102102
publictests()
103103
{
104104
clone https://github.com/dlang/tools.git ../tools master
105+
# fix to a specific version of https://github.com/dlang/tools/blob/master/phobos_tests_extractor.d
106+
git -C ../tools checkout 184f5e60372d6dd36d3451b75fb6f21e23f7275b
105107
make -f posix.mak publictests DUB=$DUB
106108
}
107109

0 commit comments

Comments
 (0)