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 target.*.runner configuration for targets #122108

Merged
merged 2 commits into from
Mar 11, 2024

Commits on Mar 8, 2024

  1. Add target.*.runner configuration for targets

    This commit adds a `runner` field configuration to `config.toml` for
    specifying a wrapper executable when executing binaries for a target.
    This is pulled out of rust-lang#122036 where a WebAssembly runtime is used, for
    example, to execute tests for `wasm32-wasip1`.
    
    The name "runner" here is chosen to match Cargo's `CARGO_*_RUNNER`
    configuration, and to make things a bit more consistent this
    additionally renames compiletest's `--runtool` argument to `--runner`.
    alexcrichton committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    dd95cb7 View commit details
    Browse the repository at this point in the history
  2. Add a change entry

    alexcrichton committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    9bdb8a6 View commit details
    Browse the repository at this point in the history