noob-se7en commented on code in PR #18322:
URL: https://github.com/apache/pinot/pull/18322#discussion_r3146321596
##########
pom.xml:
##########
@@ -111,6 +111,8 @@
<pinot.root>${basedir}</pinot.root>
<build.profile.id>dev</build.profile.id>
<jdk.version>11</jdk.version>
+ <!-- OS classifier for platform-specific protoc/grpc binaries, overridden
by OS detection profiles -->
+ <os.detected.classifier>linux-x86_64</os.detected.classifier>
Review Comment:
If i understand correctly, we are defaulting back to `linux-x86_64` if
amd64, aarch64, x86_64 profiles are not activated.
Is it correct? Is this the current behaviour as well?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]