zentol commented on code in PR #24296:
URL: https://github.com/apache/flink/pull/24296#discussion_r1485848601
##########
tools/ci/compile.sh:
##########
@@ -79,6 +79,11 @@ if [ $EXIT_CODE != 0 ]; then
exit $EXIT_CODE
fi
+if [[ ${PROFILE} == *"-Dfast"* || ${PROFILE} == *"-Pfast"* ]]; then
Review Comment:
this should also take passed arguments into account 🤔 The duality or args
being passed via profile _and_ arguments to compile.sh is a bit annoying (but
currently can't be helped because compile_ci.sh isn't forwarding arguments).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]