-
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.
uv: Suppress a warning by using an absolute path
Turns out libuv's build system doesn't like us telling them that the build directory is a relative location, as it always spits out a warning about a circular dependency being dropped. By using an absolute path, turns out the warnings isn't spit out, who knew? Closes #11067
- Loading branch information
1 parent
b760ed6
commit 9d59e35
Showing
2 changed files
with
19 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Change the contents of this file to force a full rebuild of libuv | ||
2013-12-23 |
9d59e35
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 alexcrichton@9d59e35
9d59e35
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 alexcrichton/rust/issue-11067 = 9d59e35 into auto
9d59e35
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.
alexcrichton/rust/issue-11067 = 9d59e35 merged ok, testing candidate = f71c0dc
9d59e35
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/3159
success: http://buildbot.rust-lang.org/builders/auto-mac-32-nopt-c/builds/1002
success: http://buildbot.rust-lang.org/builders/auto-mac-32-nopt-t/builds/1004
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/3163
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/2265
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/2267
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/3178
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/2267
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/2272
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/3180
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/2267
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/2271
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android/builds/2342
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/3166
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/2268
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/2272
success: http://buildbot.rust-lang.org/builders/auto-bsd-64-opt/builds/2941
9d59e35
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 = f71c0dc