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

Skip to content

Commit e535920

Browse files
committed
Fix make buildbottest to not re-trigger a profile-opt build. issue28035.
2 parents 2a2becc + 255295f commit e535920

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
@@ -993,7 +993,7 @@ testuniversal: all platform
993993

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

0 commit comments

Comments
 (0)