Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 255295f

Browse files
committed
Fix make buildbottest to not re-trigger a profile-opt build. issue28035.
1 parent 6ceda63 commit 255295f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1011,7 +1011,7 @@ testuniversal: all platform
10111011

10121012
# Like testall, but with only one pass and without multiple processes.
10131013
# Run an optional script to include information about the build environment.
1014-
buildbottest: all platform
1014+
buildbottest: build_all platform
10151015
-@if which pybuildbot.identify >/dev/null 2>&1; then \
10161016
pybuildbot.identify "CC='$(CC)'" "CXX='$(CXX)'"; \
10171017
fi

0 commit comments

Comments
 (0)