-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add tracing_subscriber needed rust flags for each binding (#1143)
<!-- ELLIPSIS_HIDDEN --> > [!IMPORTANT] > Add Rust flags for `tracing_subscriber` and update GitHub workflows to include `aaron-fix` branch for Python, Ruby, and TypeScript clients. > > - **Rust Configuration**: > - Add `rustflags` for `tracing_unstable` in `.cargo/config.toml` for Python, Ruby, and TypeScript clients. > - Include musl target-specific flags in each language client's configuration. > - **GitHub Workflows**: > - Add `aaron-fix` branch to trigger builds in `build-python-release.reusable.yaml`, `build-ruby-release.reusable.yaml`, and `build-typescript-release.reusable.yaml`. > - Set `RUSTFLAGS` in `build-ruby-release.reusable.yaml` and `build-typescript-release.reusable.yaml` for musl targets. > - **Ruby Extension**: > - Add `extra_rustflags` for `tracing_unstable` in `extconf.rb`. > > <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=BoundaryML%2Fbaml&utm_source=github&utm_medium=referral)<sup> for c72c2f6. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN -->
- Loading branch information
Showing
4 changed files
with
18 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters