-
Notifications
You must be signed in to change notification settings - Fork 66
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
make versioned-binaries
doesn't build all the binaries anymore on linux/macOS
#1447
Comments
Thanks for the issue. For I agree that either way we should update the current |
Since installing all of the cross compiliers is a bit of a headache, another option we can pursue is migrating this to the same |
I agree that would simplify the build and reduce the dependency to docker only. We could still leave the "binary" target for native builds only. |
Good idea to reuse what we already have on CI, it seems to work 👍 |
Recent versions of flow-cli fail to build using
make versioned-binaries
. I used to use this to build a version of flow-cli with some minor patches on macOS and it would build all the binaries with no issues.I've tried to build
v1.12.0-cadence-v1.0.0-M8-2
,v1.14.1
andfeature/stable-cadence
and only the build that matches the host os/arch seems to work (except for windows which I couldn't manage to get it to run the makefile).Here's the output of an attempt to build on ubuntu:
Some discussion about it on discord.
The text was updated successfully, but these errors were encountered: