ci/android: add comment about updating tags to create-android-cross-file.sh
Add a comment about updating tags in .gitlab-ci/image-tags.yml to the .gitlab-ci/container/create-android-cross-file.sh as it is not immediate that it gets called from .gitlab-ci/container/debian/android_build.sh which also requires to update DEBIAN_BUILD_TAG. Reviewed-by: Valentine Burley <valentine.burley@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36710>
This commit is contained in:
committed by
Marge Bot
parent
3cd4cc7d07
commit
5ae3343590
6
.gitlab-ci/container/create-android-cross-file.sh
Normal file → Executable file
6
.gitlab-ci/container/create-android-cross-file.sh
Normal file → Executable file
@@ -1,4 +1,8 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# When changing this file, you need to bump the following
|
||||
# .gitlab-ci/image-tags.yml tags:
|
||||
# DEBIAN_BUILD_TAG
|
||||
|
||||
ndk=$1
|
||||
arch=$2
|
||||
|
||||
Reference in New Issue
Block a user