Skip to content

Commit ee4177b

Browse files
committed
chore: Address PR comments
1 parent e58dc76 commit ee4177b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.kokoro/nightly/downstream-protobuf-binary-compatibility.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,12 @@ for repo in ${REPOS_UNDER_TEST//,/ }; do # Split on comma
114114
# This is because mvn has a limit on the number of program arguments you can pass in
115115

116116
program_args="-r --artifacts ${artifact_list},com.google.protobuf:protobuf-java:${PROTOBUF_RUNTIME_VERSION},com.google.protobuf:protobuf-java-util:${PROTOBUF_RUNTIME_VERSION} -s ${artifact_list}"
117+
echo "Running Linkage Checker on the repo's handwritten modules"
117118
echo "Linkage Checker Program Arguments: ${program_args}"
118119
mvn -B -ntp exec:java -Dexec.args="${program_args}" -P exec-linkage-checker
119120

120121
program_args="-r --artifacts ${artifact_list},com.google.protobuf:protobuf-java:${PROTOBUF_RUNTIME_VERSION},com.google.protobuf:protobuf-java-util:${PROTOBUF_RUNTIME_VERSION} -s ${grpc_artifact_list}"
122+
echo "Running Linkage Checker on the repo's gRPC modules"
121123
echo "Linkage Checker Program Arguments for gRPC Modules: ${program_args}"
122124
mvn -B -ntp exec:java -Dexec.args="${program_args}" -P exec-linkage-checker
123125
else

0 commit comments

Comments
 (0)