Uh oh!
There was an error while loading. Please reload this page.
mk: Pass CFLAGS for target, not host - #33381
Conversation
rust-highfive
commented
May 3, 2016
(rust_highfive has picked a reviewer for you, use r? to override) |
nikomatsakis
commented
May 3, 2016
@bors r+ p=1 |
bors
commented
May 3, 2016
📌 Commit 4d7dcc6 has been approved by |
nikomatsakis
commented
May 3, 2016
Giving higher priorities because nightlies need to be working. |
bors
commented
May 3, 2016
mk: Pass CFLAGS for target, not host This changes the CFLAGS and related variables passed to compiletest to be passed for the target, not the host, so we can correctly test 32-bit cross compiles on 64-bit host machines. Hopefuly fixes#33379
bors
commented
May 3, 2016
💔 Test failed - auto-linux-musl-64-opt |
This changes the CFLAGS and related variables passed to compiletest to be passed for the target, not the host, so we can correctly test 32-bit cross compiles on 64-bit host machines. Hopefuly fixesrust-lang#33379
alexcrichton
commented
May 3, 2016
Everything is terrible for forever! I've updated to just skip run-make tests on cross builds, as that's apparently what we've always done. |
bors
commented
May 3, 2016
mk: Pass CFLAGS for target, not host This changes the CFLAGS and related variables passed to compiletest to be passed for the target, not the host, so we can correctly test 32-bit cross compiles on 64-bit host machines. Hopefuly fixes#33379
bors
commented
May 3, 2016
⛄ The build was interrupted to prioritize another pull request. |
bors
commented
May 4, 2016
⌛ Testing commit 74d1520 with merge f9cd22b... |
bors
commented
May 4, 2016
💔 Test failed - auto-linux-64-x-android-t |
alexcrichton
commented
May 4, 2016
@bors: retry On Wed, May 4, 2016 at 3:07 AM, bors notifications@github.com wrote:
|
alexcrichton
commented
May 4, 2016
@bors: retry |
bors
commented
May 4, 2016
mk: Pass CFLAGS for target, not host This changes the CFLAGS and related variables passed to compiletest to be passed for the target, not the host, so we can correctly test 32-bit cross compiles on 64-bit host machines. Hopefuly fixes#33379
alexcrichton
commented
May 4, 2016
@bors: retry force |
bors
commented
May 5, 2016
⌛ Testing commit 74d1520 with merge 8655587... |
mk: Pass CFLAGS for target, not host This changes the CFLAGS and related variables passed to compiletest to be passed for the target, not the host, so we can correctly test 32-bit cross compiles on 64-bit host machines. Hopefuly fixes#33379
bors
commented
May 5, 2016
💔 Test failed - auto-win-msvc-64-opt |
alexcrichton
commented
May 5, 2016
@bors: retry On Wed, May 4, 2016 at 7:32 PM, bors notifications@github.com wrote:
|
This changes the CFLAGS and related variables passed to compiletest to be passed
for the target, not the host, so we can correctly test 32-bit cross compiles on
64-bit host machines.
Hopefuly fixes#33379