Skip to content

build(toolchain): remove hardcoded x86_64-apple-darwin target override (#13) - #72

Open
ghzhost wants to merge 1 commit into
StellarSend:mainfrom
ghzhost:fix/remove-hardcoded-darwin-target-13
Open

build(toolchain): remove hardcoded x86_64-apple-darwin target override (#13)#72
ghzhost wants to merge 1 commit into
StellarSend:mainfrom
ghzhost:fix/remove-hardcoded-darwin-target-13

Conversation

@ghzhost

@ghzhost ghzhost commented Sep 2, 2026

Copy link
Copy Markdown

Summary

Closes #13

Removes the hardcoded target override from and .

Changes Made

  • : Retains and removes .
  • : Cleans up the override so cargo builds natively for the host environment (Linux / CI / Docker / macOS / Windows).

Verification

  • Confirmed files are cleanly configured for standard multi-platform Rust compilation.
  • Target agnostic builds now run properly in container and Linux CI environments.

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.

rust-toolchain.toml and .cargo/config.toml hardcode x86_64-apple-darwin target, breaking Linux/CI/Docker builds

1 participant