mirror of
https://github.com/denoland/deno.git
synced 2025-03-10 06:07:03 -04:00
![]() 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. ``` |
||
---|---|---|
.. | ||
ISSUE_TEMPLATE | ||
mtime_cache | ||
workflows | ||
CODE_OF_CONDUCT.md | ||
PULL_REQUEST_TEMPLATE.md | ||
SECURITY.md |