File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
engine/language_client_ruby/ext/ruby_ffi Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 6868 tar -xzf aarch64-linux-musl-cross.tgz
6969 echo "$PWD/aarch64-linux-musl-cross/bin" >> $GITHUB_PATH
7070 cat >>$GITHUB_ENV <<EOF
71- RUSTFLAGS=" -C target-feature=-crt-static --cfg tracing_unstable"
71+ RUSTFLAGS=-C target-feature=-crt-static --cfg tracing_unstable
7272 EOF
7373 node_build : pnpm build:napi-release --target aarch64-unknown-linux-musl --use-napi-cross
7474
Original file line number Diff line number Diff line change 1010# - GEM_NAME is the name of the gem in ext/baml
1111create_rust_makefile ( "ruby_ffi" ) do |r |
1212 r . extra_cargo_args += [ "--package" , "ruby_ffi" ]
13+ r . extra_rustflags = [ "--cfg=tracing_unstable" ]
1314 r . env = {
1415 "MACOSX_DEPLOYMENT_TARGET" => "10.13" ,
1516 }
You can’t perform that action at this time.
0 commit comments