|
79 | 79 | SOURCE_DATE_EPOCH: ${{needs.prepare.outputs.COMMIT_DATE_UNIX}}
|
80 | 80 | BUILD_DATE: ${{needs.prepare.outputs.BUILD_DATE}}
|
81 | 81 | run: |
|
82 |
| - sudo apt-get update && sudo apt-get install ninja-build |
83 | 82 | # Skip dynamic library dependencies that might make it harder to
|
84 | 83 | # run the binaries on other distros (and that have little use within
|
85 | 84 | # llvm-mingw).
|
@@ -113,7 +112,7 @@ jobs:
|
113 | 112 | MINGW_W64_VERSION: ${{needs.prepare.outputs.MINGW_W64_VERSION}}
|
114 | 113 | SOURCE_DATE_EPOCH: ${{needs.prepare.outputs.COMMIT_DATE_UNIX}}
|
115 | 114 | run: |
|
116 |
| - sudo apt-get update && sudo apt-get install ninja-build g++-aarch64-linux-gnu |
| 115 | + sudo apt-get update && sudo apt-get install g++-aarch64-linux-gnu |
117 | 116 | ./build-all.sh $(pwd)/install/llvm-mingw --no-runtimes --host=aarch64-linux-gnu
|
118 | 117 | .github/workflows/store-version.sh install/llvm-mingw/versions.txt
|
119 | 118 | - uses: actions/download-artifact@v4
|
@@ -169,7 +168,6 @@ jobs:
|
169 | 168 | SOURCE_DATE_EPOCH: ${{needs.prepare.outputs.COMMIT_DATE_UNIX}}
|
170 | 169 | BUILD_DATE: ${{needs.prepare.outputs.BUILD_DATE}}
|
171 | 170 | run: |
|
172 |
| - sudo apt-get update && sudo apt-get install ninja-build |
173 | 171 | # Skip dynamic library dependencies that might make it harder to
|
174 | 172 | # run the binaries on other distros (and that have little use within
|
175 | 173 | # llvm-mingw).
|
@@ -200,7 +198,6 @@ jobs:
|
200 | 198 | SOURCE_DATE_EPOCH: ${{needs.prepare.outputs.COMMIT_DATE_UNIX}}
|
201 | 199 | BUILD_DATE: ${{needs.prepare.outputs.BUILD_DATE}}
|
202 | 200 | run: |
|
203 |
| - brew install ninja |
204 | 201 | # Disable zstd and python. Both are available on the runners, but
|
205 | 202 | # installed with homebrew, and only available in the native (x86_64)
|
206 | 203 | # form. Therefore, autodetection will pick them up, but linking
|
@@ -313,7 +310,7 @@ jobs:
|
313 | 310 | SOURCE_DATE_EPOCH: ${{needs.prepare.outputs.COMMIT_DATE_UNIX}}
|
314 | 311 | BUILD_DATE: ${{needs.prepare.outputs.BUILD_DATE}}
|
315 | 312 | run: |
|
316 |
| - sudo apt-get update && sudo apt-get install libltdl-dev swig autoconf-archive ninja-build |
| 313 | + sudo apt-get update && sudo apt-get install libltdl-dev swig autoconf-archive |
317 | 314 | ./build-cross-tools.sh /opt/llvm-mingw $(pwd)/install/llvm-mingw ${{matrix.arch}} --with-python
|
318 | 315 | .github/workflows/store-version.sh install/llvm-mingw/versions.txt
|
319 | 316 | cd install
|
|
0 commit comments