1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/.github/workflows
Matt Mastracci 366aab9d16
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.
```
2024-05-15 09:18:17 -06:00
..
cargo_publish.yml chore: update Deno version in workflows (#22523) 2024-02-22 00:42:21 +00:00
ci.generate.ts fix: widen aarch64 linux minimum GLIBC version by improving sysroot build (#23791) 2024-05-15 09:18:17 -06:00
ci.yml fix: widen aarch64 linux minimum GLIBC version by improving sysroot build (#23791) 2024-05-15 09:18:17 -06:00
post_publish.yml ci: update to Ubuntu 22.04 runners for all workflows (#18526) 2023-04-01 08:35:31 +05:30
start_release.yml chore: update Deno version in workflows (#22523) 2024-02-22 00:42:21 +00:00
version_bump.yml chore: update Deno version in workflows (#22523) 2024-02-22 00:42:21 +00:00
wpt_epoch.yml fix: update CLI flags for WPT (#23501) 2024-04-23 04:47:45 +02:00