-
Notifications
You must be signed in to change notification settings - Fork 13k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Package IDs can now refer to a subdirectory of a particular source tree, and not just a top-level directory with a src/ directory as its parent. For example, referring to the package ID a/b/c/d , in workspace W, if W/src/a is a package, will build the sources for the package in a/b/c/d (and not other crates in W/src/a). Closes #6408
- Loading branch information
1 parent
a6be8d3
commit 3226a80
Showing
7 changed files
with
137 additions
and
35 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
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
3226a80
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, catamorphism
at catamorphism@3226a80
3226a80
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-sub-package-ids = 3226a80 into auto
3226a80
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-sub-package-ids = 3226a80 merged ok, testing candidate = 761ae00
3226a80
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/1426
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/1429
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/535
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/535
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/1445
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/536
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/536
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/1445
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/536
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/536
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android/builds/617
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/1430
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/535
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/536
success: http://buildbot.rust-lang.org/builders/auto-bsd-64-opt/builds/1214
3226a80
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 = 761ae00