-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Druid build fails with git command '-no-show-signature' #15124
Comments
@FrankChen021 and @basapuram-kumar please help and have a look. Thanks for you time. |
@AlbericByte I can't remeber that I suffered this problem before, let me confirm this problem first. |
@AlbericByte I will run the build with with this fix, and let you know. Thanks. |
@FrankChen021 yes, if i add -Pdist -Prat parameters, I can reproduce this issue everytime. |
Note: the original problem described in this issue is not actually resolved by #15530 |
Building Druid with the below command on master/v27.0 branches:
the build failed with the below error.
Solution:
comment the plugin from https://github.com/apache/druid/blob/master/pom.xml#L1569 to https://github.com/apache/druid/blob/master/pom.xml#L1607
Ex:
After commenting the above line, build crosses this error stage.
The text was updated successfully, but these errors were encountered: