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

Apply rustflags when probing rustc #10

Merged
merged 7 commits into from
Oct 20, 2019
Merged

Commits on Aug 31, 2019

  1. Apply rustflags when probing rustc

    We should apply the RUSTFLAGS environment variable when probing with
    rustc. The RUSTFLAGS might get important flags, such as the sysroot,
    when doing cross-platform building with tools such as cargo-xbuild or
    Xargo.
    roblabla committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    6d04990 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. Configuration menu
    Copy the full SHA
    48d9f13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    657b296 View commit details
    Browse the repository at this point in the history
  3. Apply rustfmt

    roblabla committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    4f56bb4 View commit details
    Browse the repository at this point in the history
  4. Fix 1.0.0 build

    roblabla committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    7ce006e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb54551 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. Configuration menu
    Copy the full SHA
    9142612 View commit details
    Browse the repository at this point in the history