-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rustc/rustpkg: Use a target-specific subdirectory in build/ and lib/
As per rustpkg.md, rustpkg now builds in a target-specific subdirectory of build/, and installs libraries into a target-specific subdirectory of lib. Closes #8672
- Loading branch information
1 parent
7c8f503
commit 24fdb1d
Showing
5 changed files
with
109 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24fdb1d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
saw approval from brson
at catamorphism@24fdb1d
24fdb1d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merging catamorphism/rust/rustpkg-target-specific-subdirectory = 24fdb1d into auto
24fdb1d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
catamorphism/rust/rustpkg-target-specific-subdirectory = 24fdb1d merged ok, testing candidate = 7a83d535
24fdb1d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some tests failed:
failure: http://buildbot.rust-lang.org/builders/auto-mac-32-opt/builds/1452
exception: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/1455
exception: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/561
exception: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/561
exception: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/1471
exception: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/562
exception: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/1471
exception: http://buildbot.rust-lang.org/builders/auto-bsd-64-opt/builds/1240
24fdb1d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
saw approval from brson
at catamorphism@24fdb1d
24fdb1d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merging catamorphism/rust/rustpkg-target-specific-subdirectory = 24fdb1d into auto
24fdb1d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
catamorphism/rust/rustpkg-target-specific-subdirectory = 24fdb1d merged ok, testing candidate = b81743e
24fdb1d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all tests pass:
success: http://buildbot.rust-lang.org/builders/auto-mac-32-opt/builds/1454
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/1457
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/563
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/563
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/1473
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/564
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/564
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/1473
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/564
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/564
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android/builds/645
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/1458
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/563
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/564
success: http://buildbot.rust-lang.org/builders/auto-bsd-64-opt/builds/1242
24fdb1d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fast-forwarding master to auto = b81743e