Skip to content

Commit c9f1ca7

Browse files
committed
bump rust-toolchain to nightly-2021-11-22
this is necessary to make the testsuite pass; otherwise, curl and libxml hit rust-lang/rust#87813 now that we translate their inline asm (which only appears from transitive includes on ubuntu 18.04)
1 parent 4df7517 commit c9f1ca7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2021-10-11
1+
nightly-2021-11-22

scripts/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class Config:
9797

9898
CC_DB_JSON = "compile_commands.json"
9999

100-
CUSTOM_RUST_NAME = 'nightly-2021-10-11'
100+
CUSTOM_RUST_NAME = 'nightly-2021-11-22'
101101

102102
LLVM_SKIP_SIGNATURE_CHECKS = False
103103

0 commit comments

Comments
 (0)