File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
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 @@ -173,4 +173,4 @@ compat/mingw.o: EXTRA_CPPFLAGS = -D'winansi_init()'=
173
173
174
174
# Bump when CI changes need a new helper build but the helper code itself
175
175
# hasn't changed.
176
- DUMMY = 1
176
+ DUMMY = 2
You can’t perform that action at this time.
0 commit comments