Skip to content

Commit

Permalink
final fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronvg committed Nov 4, 2024
1 parent 204ffa1 commit 6d365dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-typescript-release.reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
tar -xzf aarch64-linux-musl-cross.tgz
echo "$PWD/aarch64-linux-musl-cross/bin" >> $GITHUB_PATH
cat >>$GITHUB_ENV <<EOF
RUSTFLAGS="-C target-feature=-crt-static --cfg tracing_unstable"
RUSTFLAGS=-C target-feature=-crt-static --cfg tracing_unstable
EOF
node_build: pnpm build:napi-release --target aarch64-unknown-linux-musl --use-napi-cross

Expand Down
1 change: 1 addition & 0 deletions engine/language_client_ruby/ext/ruby_ffi/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
# - GEM_NAME is the name of the gem in ext/baml
create_rust_makefile("ruby_ffi") do |r|
r.extra_cargo_args += ["--package", "ruby_ffi"]
r.extra_rustflags = ["--cfg=tracing_unstable"]
r.env = {
"MACOSX_DEPLOYMENT_TARGET" => "10.13",
}
Expand Down

0 comments on commit 6d365dd

Please sign in to comment.