We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
3.4
1 parent 860af99 commit 5da521eCopy full SHA for 5da521e
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Setup Ruby
44
uses: ruby/setup-ruby@v1
45
with:
46
- ruby-version: '3.2'
+ ruby-version: '3.4'
47
- name: Setup Rust
48
uses: dtolnay/rust-toolchain@stable
49
flake.nix
@@ -47,7 +47,9 @@
in {
default = pkgs.mkShell {
packages = with pkgs; [
50
- ruby
+ # WARNING: `3.4` needed in `./gems/codetracer-ruby-recorder/ext/native_tracer/src/lib.rs`
51
+ # for the `thread` field of `rb_internal_thread_event_data_t`
52
+ ruby_3_4
53
54
# The native extension is implemented in Rust
55
(rust-toolchain-for system)
0 commit comments