File tree Expand file tree Collapse file tree 2 files changed +85
-62
lines changed Expand file tree Collapse file tree 2 files changed +85
-62
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ sources:
85
85
subdir : ' bundled'
86
86
git : ' https://github.com/Andy-Python-Programmer/libc.git'
87
87
branch : ' master'
88
- commit : ' 707daa9c11222ac2c3ac4d1ba23c96a21d2d633c '
88
+ commit : ' 54d72b34bd614f0081e0da01e6323c7c69f45395 '
89
89
90
90
- name : rust-num-cpus
91
91
subdir : ' bundled'
@@ -208,23 +208,30 @@ tools:
208
208
tools_required :
209
209
- host-llvm
210
210
sources_required :
211
- - rust-libc
211
+ - rust-patched-libs
212
212
compile :
213
213
- args : |
214
214
cat << EOF > config.toml
215
215
changelog-seen = 2
216
+
216
217
[llvm]
217
218
targets = "X86"
219
+
218
220
[build]
219
221
target = ["x86_64-unknown-aero-system", "x86_64-unknown-linux-gnu"]
220
222
build-dir = "@THIS_BUILD_DIR@"
221
223
docs = false
224
+
222
225
[install]
223
226
prefix = "@PREFIX@"
227
+
224
228
[rust]
225
229
codegen-tests = false
230
+ deny-warnings = false # work around rust-num-cpus warning
231
+
226
232
[target.x86_64-unknown-linux-gnu]
227
233
llvm-config = "@BUILD_ROOT@/tools/host-llvm/bin/llvm-config"
234
+
228
235
[target.x86_64-unknown-aero-system]
229
236
llvm-config = "@BUILD_ROOT@/tools/host-llvm/bin/llvm-config"
230
237
EOF
You can’t perform that action at this time.
0 commit comments