Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(bundler): Use arch instead of llvm_target. fix #3285 #3286

Merged
merged 6 commits into from
Feb 5, 2022

Commits on Jan 26, 2022

  1. fix(bundler): Use arch instead of llvm_target

    The llvm target misidentified the arch on apple silicon, causing sidecar bundling to fail.
    This fixes #3285.
    JonasKruckenberg committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    fbbb217 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2022

  1. fix: Use rustc --print cfg for target arch

    Replaces the nightly (and undocumented?) `RUSTC_BOOTSTRAP=1 rustc -Z unstable-options --print target-spec-json` with `rustc --print cfg` which is on the public interface, documented and fully uses stable rust
    JonasKruckenberg committed Jan 29, 2022
    Configuration menu
    Copy the full SHA
    d74625b View commit details
    Browse the repository at this point in the history
  2. add changeset

    JonasKruckenberg committed Jan 29, 2022
    Configuration menu
    Copy the full SHA
    4ab6e06 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2022

  1. Configuration menu
    Copy the full SHA
    70ed648 View commit details
    Browse the repository at this point in the history
  2. chore: do not use regex

    lucasfernog committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    bf6cdba View commit details
    Browse the repository at this point in the history
  3. fix: clippy

    lucasfernog committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    d861e40 View commit details
    Browse the repository at this point in the history