From a16cef181416a68b72254e828d220bbb4d350470 Mon Sep 17 00:00:00 2001 From: Ayane Satomi Date: Fri, 13 Sep 2019 06:55:13 +0800 Subject: [PATCH] [scripts/ci] add -C flag to prevent yum from updating See: https://unix.stackexchange.com/questions/74449/yum-install-package-without-updating-other-packages-or-fail Requires cdr/nbin#22 --- scripts/ci.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci.bash b/scripts/ci.bash index c5863b2f4008..911c9d04c98b 100755 --- a/scripts/ci.bash +++ b/scripts/ci.bash @@ -21,7 +21,7 @@ function docker-build() { docker exec "${containerId}" apk add libxkbfile-dev libsecret-dev else # TODO: at some point git existed but it seems to have disappeared. - docker exec "${containerId}" yum install -y libxkbfile-devel libsecret-devel git + docker exec "${containerId}" yum install -y libxkbfile-devel libsecret-devel git -C fi function docker-exec() {