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

mk: Pass CFLAGS for target, not host #33381

Merged
merged 1 commit into from May 5, 2016

Conversation

alexcrichton
Copy link
Member

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

@rust-highfive
Copy link
Collaborator

r? @nikomatsakis

(rust_highfive has picked a reviewer for you, use r? to override)

@nikomatsakis
Copy link
Contributor

@bors r+ p=1

@bors
Copy link
Contributor

bors commented May 3, 2016

📌 Commit 4d7dcc6 has been approved by nikomatsakis

@nikomatsakis
Copy link
Contributor

Giving higher priorities because nightlies need to be working.

@bors
Copy link
Contributor

bors commented May 3, 2016

⌛ Testing commit 4d7dcc6 with merge 2b7f2a7...

bors added a commit that referenced this pull request 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
Copy link
Contributor

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 fixes rust-lang#33379
@alexcrichton
Copy link
Member Author

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: r=nikomatsakis 74d1520

@bors
Copy link
Contributor

bors commented May 3, 2016

⌛ Testing commit 74d1520 with merge a91957b...

bors added a commit that referenced this pull request 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
Copy link
Contributor

bors commented May 3, 2016

⛄ The build was interrupted to prioritize another pull request.

@bors
Copy link
Contributor

bors commented May 4, 2016

⌛ Testing commit 74d1520 with merge f9cd22b...

@bors
Copy link
Contributor

bors commented May 4, 2016

💔 Test failed - auto-linux-64-x-android-t

@alexcrichton
Copy link
Member Author

@bors: retry

On Wed, May 4, 2016 at 3:07 AM, bors notifications@github.com wrote:

[image: 💔] Test failed - auto-linux-64-x-android-t
http://buildbot.rust-lang.org/builders/auto-linux-64-x-android-t/builds/8995


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#33381 (comment)

@alexcrichton
Copy link
Member Author

@bors: retry

@bors
Copy link
Contributor

bors commented May 4, 2016

⌛ Testing commit 74d1520 with merge a1d9a79...

bors added a commit that referenced this pull request 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
Copy link
Member Author

@bors: retry force

@bors
Copy link
Contributor

bors commented May 5, 2016

⌛ Testing commit 74d1520 with merge 8655587...

bors added a commit that referenced this pull request May 5, 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
Copy link
Contributor

bors commented May 5, 2016

💔 Test failed - auto-win-msvc-64-opt

@alexcrichton
Copy link
Member Author

@bors: retry

On Wed, May 4, 2016 at 7:32 PM, bors notifications@github.com wrote:

[image: 💔] Test failed - auto-win-msvc-64-opt
http://buildbot.rust-lang.org/builders/auto-win-msvc-64-opt/builds/4092


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#33381 (comment)

@bors bors merged commit 74d1520 into rust-lang:master May 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nightlies are currently broken
4 participants