-
Notifications
You must be signed in to change notification settings - Fork 125
Build does not produce binaries #255
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
Comments
I guess since |
I see.. was under impression that manual Then, what would be an advised way of building gitbase locally on non-linux OSes for now? |
@bzz Sorry, I misunderstood. I thought you were talking about cross-compiling osx binaries from Linux. Build instructions should work in OSX AFAIK, so it is a bug if they do not. |
I think the problem should be fixed here: #257 |
@smola at the end, it was not arch specific at all. @ajnavarro tested locally and #257 resolves the issue, thank you! |
Already merged. |
A week ago, very same instructions worked and I was able to build our awesome gitbase project, but now It seems that current
make packages
does not produce a valid binary on non-linux OSes any more.Steps to reproduce
Following the CI:
Expected
a runnable binary at
./build/gitbase_darwin_amd64/gitbase
Actual
and then build output for Darwin arch is no executable,
$./build/gitbase_darwin_amd64/gitbase zsh: permission denied: ./build/gitbase_darwin_amd64/gitbase $file ./build/gitbase_darwin_amd64/gitbase ./build/gitbase_darwin_amd64/gitbase: current ar archive
Please feel free to point to a better gitbase build instructions, in case I have missed something.
The text was updated successfully, but these errors were encountered: