Commit d3848dc
committed
fix
When `download-ci-llvm` is enabled, `prebuilt_llvm_config` ends up with the
error below due to an incorrect path on cross-compilations. This change fixes that.
failed to execute command: "/rust/build/x86_64-unknown-linux-gnu/llvm/build/bin/llvm-config" "--version"
ERROR: No such file or directory (os error 2)
Signed-off-by: onur-ozkan <work@onurozkan.dev>prebuilt_llvm_config to use the correct LLVM root1 parent 4a2fe44 commit d3848dc
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
101 | 106 | | |
102 | 107 | | |
103 | 108 | | |
| |||
0 commit comments