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):
313313 '-Zprofile' ,
314314 '-Ccodegen-units=1' ,
315315 '-Cinline-threshold=0' ,
316- '-Zno-landing-pads' ,
317316 ])
318317 # Build without --release
319318 environ ['CARGO_BUILD_FLAGS' ] = ''
@@ -364,9 +363,9 @@ def prefix(p, s):
364363 elif os == 'linux' :
365364 environ ['CARGO_TARGET' ] = 'x86_64-unknown-linux-gnu'
366365 if variant in ('coverage' , 'asan' ):
367- rust_version = 'nightly-2020-03-12 '
366+ rust_version = 'nightly-2020-06-05 '
368367 else :
369- rust_version = '1.42 .0'
368+ rust_version = '1.45 .0'
370369 rust_install += [
371370 '{rustup} install {rust_version} --profile minimal' ,
372371 'PATH={cargo_dir}:$PATH' ,
Original file line number Diff line number Diff line change 11GIT_VERSION ?= v2.27.0
2+
23WINDOWS_GIT_VERSION ?= $(GIT_VERSION ) .windows.1
You can’t perform that action at this time.
0 commit comments