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

Allow setting target_family to multiple values, and implement target_family="wasm" #84072

Merged
merged 2 commits into from
May 3, 2021

Commits on Apr 10, 2021

  1. Allow setting target_family to multiple values

    This enables us to set more generic labels shared between targets. For
    example `target_family="wasm"` across all targets that are conceptually
    "wasm".
    
    See rust-lang/reference#1006
    nagisa committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    4afea69 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2021

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