Fix GLIBC_2.38 requirement for CI (#335)

This commit is contained in:
Carlos Garcés 2024-01-20 12:57:34 +01:00 committed by GitHub
parent f2fc8af7ab
commit bca1d7eb80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,6 @@ name: Build
on: [pull_request] on: [pull_request]
jobs: jobs:
commontasks: commontasks:
runs-on: ubuntu-latest runs-on: ubuntu-latest
outputs: outputs:
@ -54,6 +53,7 @@ jobs:
[ -z "$AMD64_DEB" ] && exit 2 [ -z "$AMD64_DEB" ] && exit 2
wget -nv ${KERNEL_URL}v${{matrix.kernel_version}}/$AMD64_DEB wget -nv ${KERNEL_URL}v${{matrix.kernel_version}}/$AMD64_DEB
wget -nv ${KERNEL_URL}v${{matrix.kernel_version}}/$ALL_DEB wget -nv ${KERNEL_URL}v${{matrix.kernel_version}}/$ALL_DEB
wget -nv http://mirrors.kernel.org/ubuntu/pool/main/g/glibc/libc6_2.38-1ubuntu6_amd64.deb
echo "KVER=$(echo $ALL_DEB | cut -d '_' -f 2 | rev | cut -c14- | rev)-generic" >> $GITHUB_ENV echo "KVER=$(echo $ALL_DEB | cut -d '_' -f 2 | rev | cut -c14- | rev)-generic" >> $GITHUB_ENV
- name: Set up GCC - name: Set up GCC
if: steps.check_version.outputs.skip_build == 'False' if: steps.check_version.outputs.skip_build == 'False'