ci: move general build commands to their own section
The STRIP_CMD env var is used in several build scripts, not just by dEQP. Also, we want to have the rootfs destination directory created so it also exists for builds that only move directory trees in there. Signed-off-by: Andres Gomez <agomez@igalia.com> Reviewed-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6388>
This commit is contained in:
@@ -408,7 +408,7 @@ arm64_test:
|
||||
extends:
|
||||
- .use-arm_test-base
|
||||
variables:
|
||||
MESA_IMAGE_TAG: &arm64_test "2020-12-17-fdo-upstream-repo"
|
||||
MESA_IMAGE_TAG: &arm64_test "2020-12-18-lava"
|
||||
|
||||
.use-arm64_test:
|
||||
variables:
|
||||
@@ -422,7 +422,7 @@ armhf_test:
|
||||
extends:
|
||||
- .use-arm_test-base
|
||||
variables:
|
||||
MESA_IMAGE_TAG: &armhf_test "2020-12-17-fdo-upstream-repo"
|
||||
MESA_IMAGE_TAG: &armhf_test "2020-12-18-lava"
|
||||
|
||||
.use-armhf_test:
|
||||
variables:
|
||||
|
Reference in New Issue
Block a user