We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a Windows only shortcut defined here: https://github.com/conda-forge/helios-menuinst-feedstock/blob/main/recipe/src/menu.json#L32
However, the shell installers for Linux and MacOS also add this shortcut (which is of course not functional). You can download the installers for reproduction here: https://heibox.uni-heidelberg.de/d/5672545fba1b4185a3be/
Is this a bug or did I misread the documentation about how to specify platforms?
platforms
No response
The text was updated successfully, but these errors were encountered:
After reading through #240 and debugging with the generated paths, I can confirm the following:
"platforms": { "win": {} }
will trigger generation on all platforms, which I consider a bug.
The following works:
"platforms": { "win": {}, "linux": null, "osx": null }
I will use this for now in my package.
Sorry, something went wrong.
No branches or pull requests
Checklist
What happened?
I have a Windows only shortcut defined here: https://github.com/conda-forge/helios-menuinst-feedstock/blob/main/recipe/src/menu.json#L32
However, the shell installers for Linux and MacOS also add this shortcut (which is of course not functional). You can download the installers for reproduction here: https://heibox.uni-heidelberg.de/d/5672545fba1b4185a3be/
Is this a bug or did I misread the documentation about how to specify
platforms
?Conda Info
No response
Conda Config
No response
Conda list
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: