Skip to content

Commit

Permalink
CI: update the glibc version we use for aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge committed Feb 19, 2024
1 parent df10f65 commit 2812f7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/lib/generate.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ function generate(platform::Platform)
if [[ "$(platform.arch)" == "aarch64" ]]; then
echo "--- Patch glibc host environment"
curl -LO https://github.com/JuliaBinaryWrappers/DebianGlibc_jll.jl/releases/download/DebianGlibc-v2.33.0%2B1/DebianGlibc.v2.33.0.aarch64-linux-gnu.tar.gz
tar -C / -xf DebianGlibc.v2.33.0.aarch64-linux-gnu.tar.gz
curl -LO https://github.com/JuliaBinaryWrappers/DebianGlibc_jll.jl/releases/download/DebianGlibc-v2.38.0%2B0/DebianGlibc.v2.38.0.aarch64-linux-gnu.tar.gz
tar -C / -xf DebianGlibc.v2.38.0.aarch64-linux-gnu.tar.gz
fi
echo "--- Generate build environment"
Expand Down

0 comments on commit 2812f7b

Please sign in to comment.