Skip to content
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

Need Ruby on Windows #103

Closed
Tobias-Fischer opened this issue May 28, 2020 · 5 comments
Closed

Need Ruby on Windows #103

Tobias-Fischer opened this issue May 28, 2020 · 5 comments

Comments

@Tobias-Fischer
Copy link

Issue:
Some packages require Ruby to build correctly on Windows (e.g. see conda-forge/libsdformat-feedstock#8). Ruby and other executables (not sure which ones) were recently removed here. For Ruby, there is no Windows build (see https://anaconda.org/conda-forge/ruby)

/cc @wolfv @seanyen

@jakirkham jakirkham transferred this issue from conda-forge/conda-forge-ci-setup-feedstock May 28, 2020
@jakirkham
Copy link
Member

Just as a general note, if the issue pertains to a particular package, just raise on that package's feedstock. If you are unsure what that may be, feel free to ask on Gitter. Thanks! 😄

@Tobias-Fischer
Copy link
Author

If it used to be contained in the CI setup, and now isn't anymore .. that's more an issue to be raised within @conda-forge/conda-forge-ci-setup?

It seems that a Ruby Windows build is not straightforward (conda-forge/ruby-feedstock#30) and including a precompiled exe in the CI might be good for the meantime while there is no "proper" build, especially if one existed before.

@wolfv
Copy link
Member

wolfv commented May 28, 2020

maybe we could have a repackaged binary edition that is only guaranteed to work as a script interpreter so that we can use it in builds?

@jakirkham
Copy link
Member

Really? I didn't know we intentionally were installing Ruby on Windows. Where was this happening?

Yeah sorry Windows is not something I have deep knowledge of. We should ask someone for help.

@isuruf isuruf transferred this issue from conda-forge/ruby-feedstock May 28, 2020
@isuruf
Copy link
Member

isuruf commented May 28, 2020

I removed a lot of pre-installed software on Azure out of the PATH so that they don't interfere.
If you want to use them, add something like the following in bld.bat in the recipe.

if %CI% == "azure" (
  set PATH="%PATH%;C:/path/to/ruby
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants