diff options
author | Michel Dänzer <[email protected]> | 2019-10-09 18:48:17 +0200 |
---|---|---|
committer | Michel Dänzer <[email protected]> | 2019-10-22 10:26:29 +0000 |
commit | e3c7e04dfa9bd19159126bb7f36b91a5b186f7a2 (patch) | |
tree | ca4a43054bc915bd66200d16f8f9b3d0771e5b95 | |
parent | a13320370ef4b668ace96ecba7eb0f8591af6f79 (diff) |
gitlab-ci: Sort ARM docker image packages in alphabetical order
No functional change.
Reviewed-by: Eric Engestrom <[email protected]>
-rw-r--r-- | .gitlab-ci/debian-test-install.sh | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/.gitlab-ci/debian-test-install.sh b/.gitlab-ci/debian-test-install.sh index c3c905dc39b..cf0c7fab7b7 100644 --- a/.gitlab-ci/debian-test-install.sh +++ b/.gitlab-ci/debian-test-install.sh @@ -7,30 +7,30 @@ set -o xtrace apt-get update apt-get -y install ca-certificates apt-get -y install --no-install-recommends \ + bc \ + bison \ + bzip2 \ + cmake \ + curl \ + flex \ g++ \ + gettext \ git \ + libelf1 \ + libexpat1 \ + libgbm-dev \ + libgles2-mesa-dev \ + libpng-dev \ + libssl-dev \ + ninja-build \ pkg-config \ + procps \ python \ python3-pip \ python3-setuptools \ - bison \ - flex \ - gettext \ - cmake \ - ninja-build \ - bc \ - bzip2 \ - libssl-dev \ - curl \ unzip \ wget \ - procps \ - libexpat1 \ - libelf1 \ - zlib1g-dev \ - libpng-dev \ - libgbm-dev \ - libgles2-mesa-dev + zlib1g-dev export LIBDRM_VERSION=libdrm-2.4.99 @@ -95,10 +95,10 @@ rm -rf /VK-GL-CTS ############### Uninstall the build software apt-get purge -y \ - cmake \ - git \ - gcc \ - g++ \ bison \ + cmake \ flex \ + g++ \ + gcc \ + git \ ninja-build |