[libsoup/wip/ci] Try to update/install packages with sudo.
- From: Claudio Saavedra <csaavedra src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup/wip/ci] Try to update/install packages with sudo.
- Date: Mon, 13 Aug 2018 07:58:01 +0000 (UTC)
commit f094c030bc90df118584f0ce52806db58ab4b7f1
Author: Claudio Saavedra <csaavedra igalia com>
Date: Mon Aug 13 07:57:38 2018 +0000
Try to update/install packages with sudo.
.gitlab-ci.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 17052865..4f6bd0cd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,10 +5,10 @@ variables:
build_stable:
before_script:
- - dnf update -y --nogpgcheck
- - dnf install -y 'dnf-command(builddep)'
- - dnf builddep -y --nogpgcheck libsoup
- - dnf install -y --nogpgcheck $ADDITIONAL_DEPENDENCIES
+ - sudo dnf update -y --nogpgcheck
+ - sudo dnf install -y 'dnf-command(builddep)'
+ - sudo dnf builddep -y --nogpgcheck libsoup
+ - sudo dnf install -y --nogpgcheck $ADDITIONAL_DEPENDENCIES
script:
- ./autogen.sh
- make
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]