Просмотр исходного кода

ci: remove android14 and kernel 6.1 condition for glibc fix

The condition was unnecessarily restricting the glibc compatibility fix to only android14 and kernel 6.1 builds. This fix should be applied more broadly to ensure compatibility across different versions.
TheWildJames 11 месяцев назад
Родитель
Сommit
db7552fe26
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      .github/workflows/build.yml

+ 0 - 1
.github/workflows/build.yml

@@ -154,7 +154,6 @@ jobs:
           fi
 
       - name: Apply glibc 2.38 Compatibility Fix
-        if: inputs.android_version == 'android14' && inputs.kernel_version == '6.1'
         run: |
           if [ ! -e build/build.sh ]; then 
             GLIBC_VERSION=$(ldd --version 2>/dev/null | head -n 1 | awk '{print $NF}')