[ruby-core:102272] [Ruby master Misc#17586] Please run Windows CI in all std-lib repos
From:
hsbt@...
Date:
2021-01-28 09:50:29 UTC
List:
ruby-core #102272
Issue #17586 has been updated by hsbt (Hiroshi SHIBATA). What's mean `Windows CI`? Is it `mingw` or `mswin` or else? ---------------------------------------- Misc #17586: Please run Windows CI in all std-lib repos https://bugs.ruby-lang.org/issues/17586#change-90126 * Author: MSP-Greg (Greg L) * Status: Open * Priority: Normal ---------------------------------------- Please consider adding Windows CI to all std-lib repos. Having ruby/ruby CI fail due to std-lib commits merged from their respective repos causes downstream issues, wasted time, etc. See https://github.com/ruby/irb/pull/179 for an example adding Windows to Actions CI. Re Actions matrix: 1. The os change from `*-latest` to `*-<numeric>` (eg, `macos-latest` to `macos-11.0`). The `-latest` designation changes, so some may prefer a `-<numeric>` tag. See https://github.com/actions/virtual-environments#available-environments for available environments and their naming. 2. Using numeric versions for Ruby causes an issue with 3.0, as it’s interpreted as 3, which is only a sematic major requirement. Hence, quote all numeric versions. -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>