-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid building as root with
sudo make install
When running `sudo make install`, we only want to run the actual install as root, the building of the documentation and the distribution folder should happen as the non-root user. Related to #13728.
- Loading branch information
Showing
1 changed file
with
22 additions
and
4 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
23c2661
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 pnkfelix
at lilyball@23c2661
23c2661
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 kballard/rust/install_no_sudo = 23c2661 into auto
23c2661
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.
kballard/rust/install_no_sudo = 23c2661 merged ok, testing candidate = 5406d5fa
23c2661
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-win32-32-nopt-t/builds/302
exception: http://buildbot.rust-lang.org/builders/auto-mac-32-opt/builds/1473
exception: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/1472
exception: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/1469
exception: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/1470
exception: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/1468
exception: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/1467
exception: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/1467
exception: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/1471
exception: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/1465
exception: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/1465
exception: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android-t/builds/1468
exception: http://buildbot.rust-lang.org/builders/auto-win32-32-opt/builds/302
exception: http://buildbot.rust-lang.org/builders/auto-win32-32-nopt-c/builds/303
exception: http://buildbot.rust-lang.org/builders/auto-win64-64-nopt-c/builds/302
23c2661
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 pnkfelix
at lilyball@23c2661
23c2661
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 kballard/rust/install_no_sudo = 23c2661 into auto
23c2661
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.
kballard/rust/install_no_sudo = 23c2661 merged ok, testing candidate = 9b80efd
23c2661
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/1846
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/1845
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/1838
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/1845
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/1839
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/1838
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/1838
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/1842
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/1836
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/1835
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android-t/builds/1838
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/1493
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/1493
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/1496
success: http://buildbot.rust-lang.org/builders/auto-win-64-opt/builds/333
success: http://buildbot.rust-lang.org/builders/auto-win-64-nopt-t/builds/334
success: http://buildbot.rust-lang.org/builders/auto-win-64-nopt-c/builds/325
23c2661
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 = 9b80efd