-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Compiler OS go packages #28
Comments
Go generates static binaries and is capable of doing so cross-platform. On Linux, I can do:
|
I can run it too ;-)
|
I see. So they are for cross-compilation? |
Indeed. |
Windows CI run still failing :(
|
Known issue ( conda-forge/conda-forge-ci-setup-feedstock#14 ). We have had a hard time fixing it. If you would like to take a look, we would certainly appreciate the help. Interestingly it does not block uploading. |
I deprecated the cross compiler go packages. If we need this again lets open an issue. |
Appears there are builds of the compiler OS go packages for OSes they shouldn't be used on. For example,
go_linux-64
is not only available on Linux, but also on macOS and Windows. This is also true ofgo_osx-64
andgo_win-64
. In fact there are no Windows builds ofgo_win-64
.The text was updated successfully, but these errors were encountered: