- Oct 12, 2023
-
-
Benoit Daloze authored
* Update the check for whether a package is a ruby.
-
Benoit Daloze authored
-
Benoit Daloze authored
* macos-arm64 runners recently became available for ruby/truffleruby-dev-builder. * Those builds are more frequently updated than on graalvm-ce-dev-builds.
-
Mislav Marohnić authored
-
- Oct 11, 2023
-
-
Mislav Marohnić authored
Pass ruby configuration flags on the command line
-
Mislav Marohnić authored
-
Mislav Marohnić authored
-
Mislav Marohnić authored
-
Mislav Marohnić authored
-
Mislav Marohnić authored
-
Mislav Marohnić authored
-
Thomas Hurst authored
This was set to gmake in https://github.com/rbenv/ruby-build/pull/1381 as a workaround for https://bugs.ruby-lang.org/issues/16331 YJIT builds in Ruby 3.3 previews require the use of BSD make on these platforms, and no supported version of MRI requires the use of gmake, so revert this. JRuby continues to require gmake for jruby-launcher. Fixes #2262 Co-authored-by: Mislav Marohnić <git@mislav.net>
-
- Oct 10, 2023
-
-
Hiroshi SHIBATA authored
Merge pull request #2265 from rbenv/dependabot/github_actions/redhat-plumbers-in-action/differential-shellcheck-5 Bump redhat-plumbers-in-action/differential-shellcheck from 4 to 5
-
- Oct 09, 2023
-
-
dependabot[bot] authored
Bumps [redhat-plumbers-in-action/differential-shellcheck](https://github.com/redhat-plumbers-in-action/differential-shellcheck) from 4 to 5. - [Release notes](https://github.com/redhat-plumbers-in-action/differential-shellcheck/releases) - [Changelog](https://github.com/redhat-plumbers-in-action/differential-shellcheck/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/redhat-plumbers-in-action/differential-shellcheck/compare/v4...v5 ) --- updated-dependencies: - dependency-name: redhat-plumbers-in-action/differential-shellcheck dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-
- Sep 27, 2023
-
-
Mislav Marohnić authored
Bump mislav/bump-homebrew-formula-action from 2 to 3
-
- Sep 25, 2023
-
-
dependabot[bot] authored
Bumps [mislav/bump-homebrew-formula-action](https://github.com/mislav/bump-homebrew-formula-action) from 2 to 3. - [Release notes](https://github.com/mislav/bump-homebrew-formula-action/releases) - [Commits](https://github.com/mislav/bump-homebrew-formula-action/compare/v2...v3 ) --- updated-dependencies: - dependency-name: mislav/bump-homebrew-formula-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-
- Sep 21, 2023
-
-
Hiroshi SHIBATA authored
Bump up OpenSSL 3.1.3
-
Hiroshi SHIBATA authored
-
- Sep 19, 2023
-
-
Benoit Daloze authored
-
Benoit Daloze authored
-
- Sep 14, 2023
-
-
Benoit Daloze authored
-
Benoit Daloze authored
-
Benoit Daloze authored
* In TruffleRuby 23.1+, the GraalVM Updater (`gu`) is no longer available in GraalVM, instead JVM Standalones and Maven artifacts are provided to replace `gu`. * See https://github.com/oracle/graal/issues/6855
-
Hiroshi SHIBATA authored
-
Hiroshi SHIBATA authored
Bump up openssl-1.1.1w
-
Hiroshi SHIBATA authored
-
Hiroshi SHIBATA authored
Added 3.3.0-preview2
-
Hiroshi SHIBATA authored
-
- Sep 12, 2023
-
-
João Duarte authored
Co-authored-by: Mislav Marohnić <git@mislav.net>
-
- Sep 11, 2023
-
-
Hiroshi SHIBATA authored
-
Hiroshi SHIBATA authored
Add JRuby 9.3.11.0
-
Charles Oliver Nutter authored
-
Hiroshi SHIBATA authored
Bump actions/checkout from 3 to 4
-
dependabot[bot] authored
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4 ) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-
- Sep 04, 2023
-
-
Benoit Daloze authored
-
Benoit Daloze authored
-
- Aug 08, 2023
-
-
Mislav Marohnić authored
Remove `require_llvm` implementation
-
- Aug 04, 2023
-
-
Mislav Marohnić authored
Remove `require_gcc` implementation
-
- Aug 03, 2023
-
-
Ryan S. Northrup (RyNo) authored
I was encountering some build issues on MicroOS and needed the actual exception message in order to pinpoint a workaround. Co-authored-by: Mislav Marohnić <git@mislav.net>
-
Mislav Marohnić authored
This was only used in Ruby versions < 1.9.3, which are now EOL. This also removes a 11-years old workaround for building Ruby 2.0 with clang. 06d7994b
-