From edc0a47c89299ec675b3702fc05bfa8b800d4830 Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Fri, 10 Jun 2022 20:55:44 -0400 Subject: [PATCH] fix: don't require glibc 2.29+ on linux arm64 builds (#34503) * build: use sid sysroot for linux arm64 * try this Co-authored-by: John Kleinschmidt --- script/sysroots.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/sysroots.json b/script/sysroots.json index 2f2437ade3e0a..b1b851fd518a8 100644 --- a/script/sysroots.json +++ b/script/sysroots.json @@ -10,9 +10,9 @@ "Tarball": "debian_bullseye_arm_sysroot.tar.xz" }, "bullseye_arm64": { - "Sha1Sum": "de38cc85d51a820c3307e1937f3c2d3cedcce988", + "Sha1Sum": "5a56c1ef714154ea5003bcafb16f21b0f8dde023", "SysrootDir": "debian_bullseye_arm64-sysroot", - "Tarball": "debian_bullseye_arm64_sysroot.tar.xz" + "Tarball": "debian_sid_arm64_sysroot.tar.xz" }, "bullseye_armel": { "Sha1Sum": "db15aab39af3cfbc55a8ff0386943db1b78a1eab",