|
|
@@ -124,6 +124,7 @@ jobs:
|
|
|
DEFAULT_MANIFEST_PATH=.repo/manifests/default.xml
|
|
|
if grep -q deprecated <<< $REMOTE_BRANCH; then
|
|
|
sed -i "s/\"${FORMATTED_BRANCH}\"/\"deprecated\/${FORMATTED_BRANCH}\"/g" $DEFAULT_MANIFEST_PATH
|
|
|
+ echo "Note: Branch ${FORMATTED_BRANCH} is considered deprecated."
|
|
|
fi
|
|
|
|
|
|
repo --trace sync -c -j$(nproc --all) --fail-fast --no-tags --force-sync --no-clone-bundle
|
|
|
@@ -142,6 +143,7 @@ jobs:
|
|
|
echo "FILE_NAME=$ARTIFACT_BASE" >> $GITHUB_ENV
|
|
|
|
|
|
- name: Apply glibc 2.38 Compatibility Fix
|
|
|
+ if: false
|
|
|
run: |
|
|
|
# Use SUBLEVEL for LTS builds, otherwise use the input sub_level
|
|
|
if [[ "${{ inputs.android_version }}" == "android13" && "${{ inputs.kernel_version }}" == "5.10" && $SUBLEVEL -le 186 ]] ||
|