Commit a37cdb7
authored
Make TS compatible with glibc 2.31+ (#1670)
<!-- ELLIPSIS_HIDDEN -->
> [!IMPORTANT]
> Add GLIBC version check and change host to `ubuntu-20.04` for specific
Linux targets in GitHub Actions workflow.
>
> - **Workflow Changes**:
> - Add step to check GLIBC version using `ldd --version` for Linux
targets in `build-typescript-release.reusable.yaml`.
> - Change host from `ubuntu-latest` to `ubuntu-20.04` for
`aarch64-unknown-linux-gnu` and `x86_64-unknown-linux-gnu` targets to
ensure consistent GLIBC versions.
> - **Caching**:
> - Modify cache key from `shared-key` to `prefix-key` in
`build-typescript-release.reusable.yaml`.
>
> <sup>This description was created by </sup>[<img alt="Ellipsis"
src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=BoundaryML%2Fbaml&utm_source=github&utm_medium=referral)<sup>
for 6ed42ed. It will automatically
update as commits are pushed.</sup>
<!-- ELLIPSIS_HIDDEN -->1 parent 1d53ed8 commit a37cdb7
1 file changed
Lines changed: 15 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | | - | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
44 | | - | |
| 46 | + | |
| 47 | + | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
| |||
73 | 76 | | |
74 | 77 | | |
75 | 78 | | |
| 79 | + | |
| 80 | + | |
76 | 81 | | |
77 | 82 | | |
78 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
79 | 90 | | |
80 | 91 | | |
81 | 92 | | |
| |||
97 | 108 | | |
98 | 109 | | |
99 | 110 | | |
100 | | - | |
| 111 | + | |
| 112 | + | |
101 | 113 | | |
102 | 114 | | |
103 | 115 | | |
| |||
0 commit comments