mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
366aab9d16
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. ``` |
||
---|---|---|
.. | ||
cargo_publish.yml | ||
ci.generate.ts | ||
ci.yml | ||
post_publish.yml | ||
start_release.yml | ||
version_bump.yml | ||
wpt_epoch.yml |