rename S3 artifacts according to scheme mesa-$arch-$config-$buildtype
What does this MR do and why?
- Let's name S3 artifacts in predictable fashion.
- replace
MINIO_
withS3_
- make meson scripts fail when
BUILDTYPE
is not defined (thou=debug
is implied)
rename S3 artifacts according to scheme mesa-$arch-$config-$buildtype
Make the S3 (previously MINIO) artifacts clearly identifiable by glance.
Also now we fail before compilation, if the job doesn't define the BUILDTYPE variable to prevent confusion.
Signed-off-by: David Heidelberg david.heidelberg@collabora.com