mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-04 19:20:38 +01:00
Rebuilding all the test containers for a change that only affects the build containers is costly and unnecessary. Split the `DEBIAN_BASE_TAG` into `DEBIAN_BUILD_BASE_TAG` and `DEBIAN_TEST_BASE_TAG` to make it possible to rebuild only the relevant half of the containers. Signed-off-by: Valentine Burley <valentine.burley@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36736>
12 lines
323 B
Bash
12 lines
323 B
Bash
#!/usr/bin/env bash
|
|
|
|
# When changing this file, you need to bump the following
|
|
# .gitlab-ci/image-tags.yml tags:
|
|
# ALPINE_X86_64_BUILD_TAG
|
|
# DEBIAN_BUILD_BASE_TAG
|
|
# FEDORA_X86_64_BUILD_TAG
|
|
|
|
rm -f /usr/lib/python3.*/EXTERNALLY-MANAGED
|
|
|
|
# We need at least 1.7.0 for proper rust binding generation
|
|
pip3 install 'meson==1.7.0'
|