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

Add env variable to indicate the build type. #9532

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Dec 3, 2022

  1. Add env variable to indicate the build type.

    Build scripts in some cases need to know if the build is a cross
    build or a native build.
    
    Set the CARGO_BUILD_TYPE env variable for build scripts so that
    they can properly determine the build type being performed.
    jameshilliard committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    ba8b1ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da18aab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    039de93 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44edf62 View commit details
    Browse the repository at this point in the history