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

Run tests in CI for aarch64-apple-darwin #117454

Merged
merged 3 commits into from
Nov 9, 2023

Commits on Nov 8, 2023

  1. Mark Rustdoc test as Linux-only

    Due to incorrect CI configuration, this test was not being run on
    macOS. aarch64-apple-darwin will start running it, so we correct the
    configuration.
    shepmaster committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    469d34b View commit details
    Browse the repository at this point in the history
  2. Install tidy for aarch64-apple-darwin

    The GitHub Actions image has this preinstalled for x86_64 but not M1.
    shepmaster committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    6409053 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6909992 View commit details
    Browse the repository at this point in the history