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

CI: test ./miri bench #2908

Merged
merged 2 commits into from
May 31, 2023
Merged

CI: test ./miri bench #2908

merged 2 commits into from
May 31, 2023

Commits on May 31, 2023

  1. CI: test ./miri bench

    RalfJung committed May 31, 2023
    Configuration menu
    Copy the full SHA
    62175e9 View commit details
    Browse the repository at this point in the history
  2. miri-script: Transform Windows paths to unix.

    python3 snippet used to fill $MIRIDIR variable returns native paths.
    Down the line in `bench` subcommand this leads to benchmark setup
    failure, preventing contributors from running benchmarks on Windows
    hosts.
    
    This commit replaces usage of native os.path module with pathlib, which
    explicitly converts paths to Unix flavour.
    osiewicz authored and RalfJung committed May 31, 2023
    Configuration menu
    Copy the full SHA
    ad079dc View commit details
    Browse the repository at this point in the history