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

Fix x86_64-gnu-llvm-15 CI tests #116932

Merged
merged 2 commits into from
Oct 22, 2023
Merged

Fix x86_64-gnu-llvm-15 CI tests #116932

merged 2 commits into from
Oct 22, 2023

Commits on Oct 19, 2023

  1. Fix x64_64-gnu-llvm-15 CI tests

    There were two command chains separated by `&&` in the script, and since `set -e` doesn't exit for chained commands, if the first chain has failed, the command would happily continue forward, ignoring any test failures.
    Kobzol committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    8ff2954 View commit details
    Browse the repository at this point in the history
  2. Fix span_use_eq_ctxt test

    The stage0 compiler does not know about the lint yet, so ignore the test on stage1.
    Kobzol committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    c2524bc View commit details
    Browse the repository at this point in the history