summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2016-10-07 01:01:55 +0200
committerHaru <haru@dotalux.com>2016-10-07 01:10:27 +0200
commitf633010f6a3afbfa8b79dd6bcd5c917c42f1240a (patch)
treefa919aaba0d050ced03f566b20d2b6ec5678e44d /configure
parent8a63cf2a89141b1ca1a4d85c4095156843f33c4d (diff)
downloadhercules-f633010f6a3afbfa8b79dd6bcd5c917c42f1240a.tar.gz
hercules-f633010f6a3afbfa8b79dd6bcd5c917c42f1240a.tar.bz2
hercules-f633010f6a3afbfa8b79dd6bcd5c917c42f1240a.tar.xz
hercules-f633010f6a3afbfa8b79dd6bcd5c917c42f1240a.zip
Suppressed the superuser check in CI builds
- Speeds up GitLab builds by 1 minute Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 9fe0c9d5b..1d03a0b1f 100755
--- a/configure
+++ b/configure
@@ -3454,7 +3454,7 @@ case $host_os in
CYGWIN*)
;;
*)
- if type id >/dev/null 2>&1; then
+ if type id >/dev/null 2>&1 && test -n "$CI"; then
euid="`id -u`"
if test "$euid" == "0"; then
echo ""