Commit a53431b
authored
Add LLVM aarch64 Almalinux build (triton-lang#6092)
Builds: ``llvm-a66376b0-almalinux-arm64`` artifact
Test:
```
bin/mlir-tblgen --version
LLVM (http://llvm.org/):
LLVM version 21.0.0git
Optimized build with assertions.
```
Failed use case, trying to run ubunu generated aarch64 binary:
```
../../llvm-a66376b0-ubuntu-arm64/bin/mlir-tblgen --version
../../llvm-a66376b0-ubuntu-arm64/bin/mlir-tblgen: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by ../../llvm-a66376b0-ubuntu-arm64/bin/mlir-tblgen)
```
This is required in order to build triton aarch64 Manywheel 2.28
Successful run:
https://github.com/triton-lang/triton/actions/runs/13640751105/job/38129853476?pr=6092
This should unlock adding Manyhwheel 2.28 aarch64 builds. Test PR:
triton-lang#6089 which is currently
failing (since its using ubuntu aarch64 llvm build):
```
/root/.triton/llvm/llvm-a66376b0-ubuntu-arm64/bin/mlir-tblgen: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by /root/.triton/llvm/llvm-a66376b0-ubuntu-arm64/bin/mlir-tblgen)
```
Please note: The build cancelled because CentOS build finished and was
not able to log into the Azure. Hence I restarted the Almalinux aarch64
builds1 parent bde92ef commit a53431b
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
| |||
30 | 33 | | |
31 | 34 | | |
32 | 35 | | |
| 36 | + | |
33 | 37 | | |
34 | 38 | | |
35 | 39 | | |
| |||
0 commit comments