-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Only pass --extern
flags for rlibs in target deps directory
#4800
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
Conversation
17208b4
to
dd4e76a
Compare
@bors r+ |
📌 Commit dd4e76a has been approved by |
Only pass `--extern` flags for rlibs in target deps directory It seems like there are proc macros/build scripts using serde: rust-lang/rust#66207 (comment) This fix the build error by only passing `--extern` flags for rlibs in target deps directory (if available, otherwise host deps directory). r? @Manishearth changelog: none
More strongly of the opinion that we should be disabling tests with deps on rustc CI, we CI them locally anyway. |
Well, the |
dd4e76a
to
805fef0
Compare
@bors r- dogfood error
|
This comment has been minimized.
This comment has been minimized.
@bors r- bors won't listen to you, but if you push to the branch it will autocancel |
This comment has been minimized.
This comment has been minimized.
I thought that authors can unapprove own PR: rust-lang/homu#42 |
Oh, cool, didn't know that.
But yeah bors doesn't cancel Travis, it just stops listening to it.
…On Sat, Nov 9, 2019, 8:31 PM msizanoen1 ***@***.***> wrote:
I thought that authors can unapprove own PR: rust-lang/homu#42
<rust-lang/homu#42>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4800?email_source=notifications&email_token=AAMK6SCOUHIXSQ2PQT7NVJDQS6FC3A5CNFSM4JLKXVYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDUVDWQ#issuecomment-552161754>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMK6SFULSWG7M3HW46Z6ALQS6FC3ANCNFSM4JLKXVYA>
.
|
I am typing this on a mobile device and having a problem with the touch screen, sorry for the spam! |
Anyway, I have fixed the dogfood error so this should be ready for review again. |
@bors r+ |
📌 Commit 805fef0 has been approved by |
Only pass `--extern` flags for rlibs in target deps directory It seems like there are proc macros/build scripts using serde: rust-lang/rust#66207 (comment) This fix the build error by only passing `--extern` flags for rlibs in target deps directory (if available, otherwise host deps directory). r? @Manishearth changelog: none
☀️ Test successful - checks-travis, status-appveyor |
It seems like there are proc macros/build scripts using serde: rust-lang/rust#66207 (comment)
This fix the build error by only passing
--extern
flags for rlibs in target deps directory (if available, otherwise host deps directory).r? @Manishearth
changelog: none