gitlab-ci: Move down container_pre_build.sh invocation in x86_build.sh
authorMichel Dänzer <mdaenzer@redhat.com>
Thu, 30 Apr 2020 09:45:58 +0000 (11:45 +0200)
committerMarge Bot <eric+marge@anholt.net>
Thu, 14 May 2020 12:54:09 +0000 (12:54 +0000)
It was in the middle of package installations.

Acked-by: Andres Gomez <agomez@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4851>

.gitlab-ci/container/x86_build.sh

index 428ae2123a2d6d967fe39b5b195fec2f57b148a4..13c95d37ac987ed6d60168e3cda797154e6753b9 100644 (file)
@@ -97,8 +97,6 @@ apt-get install -y --no-remove \
       xz-utils \
       zlib1g-dev
 
       xz-utils \
       zlib1g-dev
 
-. .gitlab-ci/container/container_pre_build.sh
-
 # Cross-build Mesa deps
 for arch in $CROSS_ARCHITECTURES; do
     apt-get install -y --no-remove \
 # Cross-build Mesa deps
 for arch in $CROSS_ARCHITECTURES; do
     apt-get install -y --no-remove \
@@ -133,6 +131,10 @@ apt-get install -y --no-remove \
       mingw-w64 \
       winehq-stable
 
       mingw-w64 \
       winehq-stable
 
+
+. .gitlab-ci/container/container_pre_build.sh
+
+
 # Debian's pkg-config wrapers for mingw are broken, and there's no sign that
 # they're going to be fixed, so we'll just have to fix it ourselves
 # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=930492
 # Debian's pkg-config wrapers for mingw are broken, and there's no sign that
 # they're going to be fixed, so we'll just have to fix it ourselves
 # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=930492