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

[beta-1.70] backport #12165 #12167

Closed
wants to merge 3 commits into from

Commits on May 22, 2023

  1. fix: pass -C debuginfo after weakening if explicitly set

    The weakening of debuginfo for build script shouldn't turn debuginfo
    to `DebugInfo::None`. That will result in not passing `-C debuginfo=0`
    to rustc, leading to build artifact cache miss.
    weihanglo committed May 22, 2023
    Configuration menu
    Copy the full SHA
    cf5838d View commit details
    Browse the repository at this point in the history
  2. Remove useless drop of copy type

    heiher authored and weihanglo committed May 22, 2023
    Configuration menu
    Copy the full SHA
    cb0bdbb View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Fix warning with unused mut

    This is caused by rust-lang/rust#110960
    heiher authored and weihanglo committed May 23, 2023
    Configuration menu
    Copy the full SHA
    7ec8b12 View commit details
    Browse the repository at this point in the history