File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -313,7 +313,6 @@ def prefix(p, s):
313
313
'-Zprofile' ,
314
314
'-Ccodegen-units=1' ,
315
315
'-Cinline-threshold=0' ,
316
- '-Zno-landing-pads' ,
317
316
])
318
317
# Build without --release
319
318
environ ['CARGO_BUILD_FLAGS' ] = ''
@@ -364,9 +363,9 @@ def prefix(p, s):
364
363
elif os == 'linux' :
365
364
environ ['CARGO_TARGET' ] = 'x86_64-unknown-linux-gnu'
366
365
if variant in ('coverage' , 'asan' ):
367
- rust_version = 'nightly-2020-03-12 '
366
+ rust_version = 'nightly-2020-06-05 '
368
367
else :
369
- rust_version = '1.42 .0'
368
+ rust_version = '1.45 .0'
370
369
rust_install += [
371
370
'{rustup} install {rust_version} --profile minimal' ,
372
371
'PATH={cargo_dir}:$PATH' ,
Original file line number Diff line number Diff line change 1
1
GIT_VERSION ?= v2.27.0
2
+
2
3
WINDOWS_GIT_VERSION ?= $(GIT_VERSION ) .windows.1
You can’t perform that action at this time.
0 commit comments