diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2020-06-16 18:49:37 +0200 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2020-06-16 18:49:37 +0200 |
commit | 0116d27a303d171ab7c53f786d7cffb5a7a86039 (patch) | |
tree | fe9e164e7d9b1481bae9a5de1b0f8e73fcabd0cf /travis-ci/managers/fedora.sh | |
parent | travis: drop stuff moved to GH Actions (diff) | |
download | systemd-0116d27a303d171ab7c53f786d7cffb5a7a86039.tar.xz systemd-0116d27a303d171ab7c53f786d7cffb5a7a86039.zip |
travis: sort dependencies
Diffstat (limited to '')
-rwxr-xr-x | travis-ci/managers/fedora.sh | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/travis-ci/managers/fedora.sh b/travis-ci/managers/fedora.sh index 16ff67ce8d..cc665021d4 100755 --- a/travis-ci/managers/fedora.sh +++ b/travis-ci/managers/fedora.sh @@ -15,19 +15,21 @@ CONT_NAME="${CONT_NAME:-systemd-fedora-$FEDORA_RELEASE}" DOCKER_EXEC="${DOCKER_EXEC:-docker exec -it $CONT_NAME}" DOCKER_RUN="${DOCKER_RUN:-docker run}" REPO_ROOT="${REPO_ROOT:-$PWD}" -ADDITIONAL_DEPS=(dnf-plugins-core - jq iputils - hostname libasan - python3-pyparsing - python3-evdev - libubsan - clang - llvm - perl - libfdisk-devel - libpwquality-devel - openssl-devel - p11-kit-devel) +ADDITIONAL_DEPS=( + clang + dnf-plugins-core + hostname libasan + jq iputils + libfdisk-devel + libpwquality-devel + libubsan + llvm + openssl-devel + p11-kit-devel + perl + python3-evdev + python3-pyparsing +) info() { echo -e "\033[33;1m$1\033[0m" |