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

Install precompiled xargo to speed up miri job #283

Merged
merged 1 commit into from Jun 29, 2022
Merged

Install precompiled xargo to speed up miri job #283

merged 1 commit into from Jun 29, 2022

Conversation

dtolnay
Copy link
Owner

@dtolnay dtolnay commented Jun 29, 2022

This speeds up the miri job in CI by 1m 37s. Previously it used to compile xargo from source on first run of cargo miri test.

Running `"/home/runner/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo" "install" "xargo"` to install a recent enough xargo.
    Updating crates.io index
 Downloading crates ...
  Downloaded xargo v0.3.26
  Installing xargo v0.3.26
.....
    Finished release [optimized] target(s) in 1m 37s
  Installing /home/runner/.cargo/bin/xargo
  Installing /home/runner/.cargo/bin/xargo-check
   Installed package `xargo v0.3.26` (executables `xargo`, `xargo-check`)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant