Age | Commit message (Collapse) | Author |
|
Notes:
Merged: https://github.com/ruby/ruby/pull/13623
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/13623
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/13623
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/13651
|
|
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/13634
|
|
|
|
(#13622)
Launchable: Terminate Launchable CLI process quickly by sending singals to a process group
Sometimes, the timeout errors occurred in Compilations workflow, this is because Launchable CLI process was not terminated correctly. To address this issue, we'll send signals to a process group.
https://github.com/ruby/ruby/actions/runs/15614867686
https://github.com/ruby/ruby/actions/runs/15662906947
Co-authored-by: Kazuhiro NISHIYAMA <[email protected]>
Notes:
Merged-By: ono-max <[email protected]>
|
|
|
|
https://github.com/ruby/ruby/actions/runs/15640729145/job/44067161266
|
|
Notes:
Merged-By: k0kubun <[email protected]>
|
|
`setup_launchable` needs to run the current shell, not in a subshell.
Notes:
Merged: https://github.com/ruby/ruby/pull/13608
|
|
I'm not sure why vcpkg cache is not using while recent weeks.
Notes:
Merged: https://github.com/ruby/ruby/pull/13582
|
|
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/13538
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/13538
|
|
|
|
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/13535
|
|
|
|
|
|
|
|
When Launchable in unstable, the round trip time takes a long time, which slows down CI execution. In this PR I configured the environment variable `LAUNCHABLE_COMMIT_TIMEOUT` to configure the timeout.
https://github.com/launchableinc/cli/pull/1015
Notes:
Merged-By: ono-max <[email protected]>
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/13490
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/13473
|
|
https://github.com/ruby/ruby/commit/72bda0f981c7136f50254c433bbfb97a953f634b
Notes:
Merged: https://github.com/ruby/ruby/pull/13453
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/13386
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/13391
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/13377
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/13376
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/13379
|
|
- Quote % inside `if` block
- Use short branch name
|
|
Get rid of hardcoded paths
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/13345
|
|
This reverts commit cb88edf0bfdc2ce6bfbe3b4e0463a4c2dc5d2230.
It didn't help. You need to go to a different repository (ruby/ruby.wasm)
to see meaningful backtraces.
https://github.com/ruby/ruby.wasm/actions/runs/15000135135/job/42144675968#step:16:176
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/13262
|
|
This commit allows building YJIT and ZJIT simultaneously, a "combo
build". Previously, `./configure --enable-yjit --enable-zjit` failed. At
runtime, though, only one of the two can be enabled at a time.
Add a root Cargo workspace that contains both the yjit and zjit crate.
The common Rust build integration mechanisms are factored out into
defs/jit.mk.
Combo YJIT+ZJIT dev builds are supported; if either JIT uses
`--enable-*=dev`, both of them are built in dev mode.
The combo build requires Cargo, but building one JIT at a time with only
rustc in release build remains supported.
Notes:
Merged: https://github.com/ruby/ruby/pull/13262
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/13330
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/13330
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/13330
|
|
https://github.com/ruby/ruby/actions/runs/15008767265/job/42173424631
"error while executing at wasm backtrace" doesn't have meaningful
symbols. We can't debug this from just looking at the "[BUG] Cannot
malloc during GC" message.
As suggested by the error message, this commit sets WASMTIME_BACKTRACE_DETAILS=1.
Let me see if this improves the backtrace.
|
|
Notes:
Merged-By: k0kubun <[email protected]>
|
|
It currently fails like: Can't find 'action.yml'
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/13304
|
|
|
|
|
|
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/13220
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/13220
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/13210
|