Skip to content

Commit

Permalink
bump rust-toolchain to nightly-2021-11-22
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
fw-immunant committed Apr 13, 2022
1 parent 4df7517 commit c9f1ca7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2021-10-11
nightly-2021-11-22
2 changes: 1 addition & 1 deletion scripts/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class Config:

CC_DB_JSON = "compile_commands.json"

CUSTOM_RUST_NAME = 'nightly-2021-10-11'
CUSTOM_RUST_NAME = 'nightly-2021-11-22'

LLVM_SKIP_SIGNATURE_CHECKS = False

Expand Down

0 comments on commit c9f1ca7

Please sign in to comment.