ruby / etc

Provides access to information typically stored in UNIX /etc directory.
BSD 2-Clause "Simplified" License
28 stars 13 forks source link

Windows CI? #29

Open MSP-Greg opened 1 year ago

MSP-Greg commented 1 year ago

@nobu

Thanks for the quick fix. Of course, ruby-loco ran between the two commits.

Not sure whether there's an interest in Windows CI.

Not sure about how many versions to test, as Windows CI needs to load build tools, and hence, takes quite a bit longer.

Sorry about empty issue, mouse/keyboard error

nobu commented 1 day ago

As the installed etc seems loaded earlier on Windows, the built extension conflicts with it. Not sure how we can solve it for now.

deivid-rodriguez commented 1 day ago

Yes, it's loaded here: https://github.com/oneclick/rubyinstaller2/issues/388#issuecomment-2233358537. @larskanis shared some ideas to fix it at https://github.com/oneclick/rubyinstaller2/issues/388#issuecomment-2233358537.