From 808aeec3d8920de7ee8c3b90ee3adafe34074c9b Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Mon, 4 Sep 2023 23:50:51 +0800 Subject: [PATCH] rust: Update to rustc-1.72.0 --- general/prog/rust.xml | 18 +++++++++--------- packages.ent | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/general/prog/rust.xml b/general/prog/rust.xml index 3ee7c97802..e1eb9e6534 100644 --- a/general/prog/rust.xml +++ b/general/prog/rust.xml @@ -6,7 +6,7 @@ - + @@ -76,7 +76,7 @@ However it can be mostly limited to a specified number of processors by a combination of adding the switch --jobs <N> (e.g. '--jobs 4' to limit to 4 processors) on each invocation of - python3 ./x.py and using an + python3 x.py and using an environment variable CARGO_BUILD_JOBS=<N>. At the moment this is not effective when some of the rustc tests are run. @@ -312,9 +312,7 @@ llvm-config = "/usr/bin/llvm-config" [target.i686-unknown-linux-gnu] # NB the output of llvm-config (i.e. help options) may be # dumped to the screen when config.toml is parsed. -llvm-config = "/usr/bin/llvm-config" - - +llvm-config = "/usr/bin/llvm-config" EOF diff --git a/packages.ent b/packages.ent index 695423e5d4..3c5539fe42 100644 --- a/packages.ent +++ b/packages.ent @@ -346,7 +346,7 @@ to avoid building libxml2 twice, which is slow with all deps --> - +