diff options
| author | bors <bors@rust-lang.org> | 2023-06-10 15:49:43 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-06-10 15:49:43 +0000 |
| commit | ef8ee73fc4ff70a426e71f900441f040db252dae (patch) | |
| tree | a08e863beffc8590c28675d4feb73a80ba6d1c58 /src/ci | |
| parent | 788c98df5995c9fe360ba9ba5efb103ee69d05c4 (diff) | |
| parent | 68e162d3643516240b6b1fd2e6ba27e4fd8c091a (diff) | |
| download | rust-ef8ee73fc4ff70a426e71f900441f040db252dae.tar.gz rust-ef8ee73fc4ff70a426e71f900441f040db252dae.zip | |
Auto merge of #112494 - matthiaskrgr:rollup-xdf3om8, r=matthiaskrgr
Rollup of 5 pull requests Successful merges: - #112297 (bootstrap: Disallow `--exclude test::std`) - #112298 (Update field-offset and enable unstable_offset_of) - #112335 (ci: Upgrade loongarch64-linux-gnu GCC to 13.1.0) - #112413 (Adjust span labels for `HIDDEN_GLOB_REEXPORTS`) - #112483 (Add deprecation warning to python versions <3.6 in x.py) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'src/ci')
| -rw-r--r-- | src/ci/docker/README.md | 2 | ||||
| -rw-r--r-- | src/ci/docker/scripts/crosstool-ng-git.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ci/docker/README.md b/src/ci/docker/README.md index e799d7c9688..852f2e20935 100644 --- a/src/ci/docker/README.md +++ b/src/ci/docker/README.md @@ -270,7 +270,7 @@ For targets: `loongarch64-unknown-linux-gnu` - Operating System > Linux kernel version = 5.19.16 - Binary utilities > Version of binutils = 2.40 - C-library > glibc version = 2.36 -- C compiler > gcc version = 12.2.0 +- C compiler > gcc version = 13.1.0 - C compiler > C++ = ENABLE -- to cross compile LLVM ### `mips-linux-gnu.defconfig` diff --git a/src/ci/docker/scripts/crosstool-ng-git.sh b/src/ci/docker/scripts/crosstool-ng-git.sh index 449cc476f9a..b8d39915327 100644 --- a/src/ci/docker/scripts/crosstool-ng-git.sh +++ b/src/ci/docker/scripts/crosstool-ng-git.sh @@ -2,7 +2,7 @@ set -ex URL=https://github.com/crosstool-ng/crosstool-ng -REV=943364711a650d9b9e84c1b42c91cc0265b6ab5c +REV=227d99d7f3115f3a078595a580d2b307dcd23e93 mkdir crosstool-ng cd crosstool-ng |
