Skip to content

Commit 6d365dd

Browse files
committed
final fix
1 parent 204ffa1 commit 6d365dd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-typescript-release.reusable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
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

engine/language_client_ruby/ext/ruby_ffi/extconf.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# - GEM_NAME is the name of the gem in ext/baml
1111
create_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
}

0 commit comments

Comments
 (0)