Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
fix: don't require glibc 2.29+ on linux arm64 builds (electron#34491)
Browse files Browse the repository at this point in the history
* build: use sid sysroot for linux arm64
  • Loading branch information
jkleinsc authored and khalwa committed Feb 22, 2023
1 parent 889f50d commit a772457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/sysroots.json
Expand Up @@ -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",
Expand Down

0 comments on commit a772457

Please sign in to comment.