-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
mk: Fix building with --enable-ccache #33314
Conversation
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ (works for me locally) |
📌 Commit d12f3fc has been approved by |
@bors rollup |
I think http://buildbot.rust-lang.org/builders/auto-win-msvc-64-opt-mir/builds/578/steps/compile/logs/stdio is this PR?
|
@Manishearth argh, yeah, probably. Maybe we can conditionally include the single-quotes based on whether |
(Or we could change the whole way that |
d12f3fc
to
f2d929e
Compare
This doesn't work for me locally on Linux. It now looks for " gcc" and can't find that either. |
However, the earlier d12f3fc does seem to work for me. |
f2d929e
to
d71e63c
Compare
@bors: r=pnkfelix d71e63c makefiles really are just the worst |
☔ The latest upstream changes (presumably #33381) made this pull request unmergeable. Please resolve the merge conflicts. |
We will no longer use `ccache` in the makefiles for our local dependencies like miniz, but they're so small anyway it doesn't really matter. Closes rust-lang#33285
d71e63c
to
39eec80
Compare
@bors: r=pnkfelix 39eec80 |
…nkfelix mk: Fix building with --enable-ccache We will no longer use `ccache` in the makefiles for our local dependencies like miniz, but they're so small anyway it doesn't really matter. Closes rust-lang#33285
…nkfelix mk: Fix building with --enable-ccache We will no longer use `ccache` in the makefiles for our local dependencies like miniz, but they're so small anyway it doesn't really matter. Closes rust-lang#33285
…nkfelix mk: Fix building with --enable-ccache We will no longer use `ccache` in the makefiles for our local dependencies like miniz, but they're so small anyway it doesn't really matter. Closes rust-lang#33285
…nkfelix mk: Fix building with --enable-ccache We will no longer use `ccache` in the makefiles for our local dependencies like miniz, but they're so small anyway it doesn't really matter. Closes rust-lang#33285
…nkfelix mk: Fix building with --enable-ccache We will no longer use `ccache` in the makefiles for our local dependencies like miniz, but they're so small anyway it doesn't really matter. Closes rust-lang#33285
…nkfelix mk: Fix building with --enable-ccache We will no longer use `ccache` in the makefiles for our local dependencies like miniz, but they're so small anyway it doesn't really matter. Closes rust-lang#33285
…nkfelix mk: Fix building with --enable-ccache We will no longer use `ccache` in the makefiles for our local dependencies like miniz, but they're so small anyway it doesn't really matter. Closes rust-lang#33285
We will no longer use
ccache
in the makefiles for our local dependencies likeminiz, but they're so small anyway it doesn't really matter.
Closes #33285