Skip to content

fix: resolve #100 — crashing with "Symbol not found: ____chkstk_darwin" on macOS 10.13 - #728

Open
chinhkrb113 wants to merge 2 commits into
jpochyla:mainfrom
chinhkrb113:improve/quality/create-cargo-config-to-set-macos-deploym
Open

fix: resolve #100 — crashing with "Symbol not found: ____chkstk_darwin" on macOS 10.13#728
chinhkrb113 wants to merge 2 commits into
jpochyla:mainfrom
chinhkrb113:improve/quality/create-cargo-config-to-set-macos-deploym

Conversation

@chinhkrb113

Copy link
Copy Markdown

Summary

To ensure consistent behavior across CI and local builds, a .cargo/config.toml file can set the MACOSX_DEPLOYMENT_TARGET environment variable for the build process. This prevents developers from accidentally producing binaries that require a newer macOS than intended, regardless of where the build happens

Fixes #100

Changes

  • .cargo/config.toml (new)
  • tests/cargo_config_test.rs (new)

Why

.cargo/config.toml: To ensure consistent behavior across CI and local builds, a .cargo/config.toml file can set the MACOSX_DEPLOYMENT_TARGET environment variable for the build process. This prevents developers from accidentally producing binaries that require a newer macOS than intended, regardless of where the build happens.

…tk_darwin" on macOS 10.13

Fixes jpochyla#100

Signed-off-by: ChinhLee <76194645+chinhkrb113@users.noreply.github.com>
…tk_darwin" on macOS 10.13

Fixes jpochyla#100

Signed-off-by: ChinhLee <76194645+chinhkrb113@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

crashing with "Symbol not found: ____chkstk_darwin" on macOS 10.13

1 participant