From 5ae3343590916d84865e0656d82020d8e470573e Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Thu, 14 Aug 2025 16:34:00 +0200 Subject: [PATCH] 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 Part-of: --- .gitlab-ci/container/create-android-cross-file.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) mode change 100644 => 100755 .gitlab-ci/container/create-android-cross-file.sh diff --git a/.gitlab-ci/container/create-android-cross-file.sh b/.gitlab-ci/container/create-android-cross-file.sh old mode 100644 new mode 100755 index ab2cfc51455..ab685b9f667 --- a/.gitlab-ci/container/create-android-cross-file.sh +++ b/.gitlab-ci/container/create-android-cross-file.sh @@ -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