diff options
author | Matt Mastracci <matthew@mastracci.com> | 2024-05-15 09:18:17 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-15 09:18:17 -0600 |
commit | 366aab9d16fdfb5e346cd9681cfc1b1036c9e3d8 (patch) | |
tree | d4defbee118534ed5f49119fd24e855f6175495f /tests/util/server/src | |
parent | e02d0faedccf4c9147d9cf82e488273bd9d4d45f (diff) |
fix: widen aarch64 linux minimum GLIBC version by improving sysroot build (#23791)
Fixes the sysroot to make it more reliable on aarch64. The sysroot we
download as part of the build process now includes a small script to set
up the linker flags required to build in that sysroot.
Fixes #23775
Before:
```
matt@raspberrypi:~ $ ~/.deno/bin/deno
/home/matt/.deno/bin/deno: /lib/aarch64-linux-gnu/libm.so.6: version `GLIBC_2.35' not found (required by /home/matt/.deno/bin/deno)
```
After:
```
matt@raspberrypi:/tmp $ ./deno
Deno 1.43.3
exit using ctrl+d, ctrl+c, or close()
REPL is running with all permissions allowed.
To specify permissions, run `deno repl` with allow flags.
```
Diffstat (limited to 'tests/util/server/src')
0 files changed, 0 insertions, 0 deletions