rust-lang / rust

Empowering everyone to build reliable and efficient software.
https://www.rust-lang.org
Other
98.76k stars 12.76k forks source link

Updates Solaris target information, adds Solaris maintainer #133293

Open psumbera opened 1 day ago

rustbot commented 1 day ago

r? @GuillaumeGomez

rustbot has assigned @GuillaumeGomez. They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

rustbot commented 1 day ago

These commits modify compiler targets. (See the Target Tier Policy.)

Some changes occurred in src/doc/rustc/src/platform-support

cc @Noratrieb

psumbera commented 1 day ago

Following yesterdays discussion. @cuviper @tgross35 @workingjubilee.

GuillaumeGomez commented 1 day ago

r? Noratrieb

rust-log-analyzer commented 1 day ago

The job x86_64-gnu-llvm-18 failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot) ```plain #17 exporting to docker image format #17 sending tarball 28.4s done #17 DONE 35.5s ##[endgroup] Setting extra environment values for docker: --env ENABLE_GCC_CODEGEN=1 --env GCC_EXEC_PREFIX=/usr/lib/gcc/ [CI_JOB_NAME=x86_64-gnu-llvm-18] debug: `DISABLE_CI_RUSTC_IF_INCOMPATIBLE` configured. --- sccache: Starting the server... ##[group]Configure the build configure: processing command line configure: configure: build.configure-args := ['--build=x86_64-unknown-linux-gnu', '--llvm-root=/usr/lib/llvm-18', '--enable-llvm-link-shared', '--set', 'rust.randomize-layout=true', '--set', 'rust.thin-lto-import-instr-limit=10', '--enable-verbose-configure', '--enable-sccache', '--disable-manage-submodules', '--enable-locked-deps', '--enable-cargo-native-static', '--set', 'rust.codegen-units-std=1', '--set', 'dist.compression-profile=balanced', '--dist-compression-formats=xz', '--set', 'rust.lld=false', '--disable-dist-src', '--release-channel=nightly', '--enable-debug-assertions', '--enable-overflow-checks', '--enable-llvm-assertions', '--set', 'rust.verify-llvm-ir', '--set', 'rust.codegen-backends=llvm,cranelift,gcc', '--set', 'llvm.static-libstdcpp', '--enable-new-symbol-mangling'] configure: target.x86_64-unknown-linux-gnu.llvm-config := /usr/lib/llvm-18/bin/llvm-config configure: llvm.link-shared := True configure: rust.randomize-layout := True configure: rust.thin-lto-import-instr-limit := 10 --- Downloaded boml v0.3.1 Compiling boml v0.3.1 Compiling y v0.1.0 (/checkout/compiler/rustc_codegen_gcc/build_system) Finished `release` profile [optimized] target(s) in 3.94s Running `/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-codegen/x86_64-unknown-linux-gnu/release/y test --use-system-gcc --use-backend gcc --out-dir /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-tools/cg_gcc --release --mini-tests --std-tests` Using system GCC [BUILD] example [AOT] mini_core_hello_world /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-tools/cg_gcc/mini_core_hello_world abc --- ##[group]Building stage0 tool linkchecker (x86_64-unknown-linux-gnu) Finished `release` profile [optimized] target(s) in 0.13s ##[endgroup] ##[group]Testing stage0 Linkcheck (x86_64-unknown-linux-gnu) rustc/platform-support.html:316: broken link - `rustc/platform-support/solaris.html` rustc/platform-support.html:337: broken link - `rustc/platform-support/solaris.html` rustc/print.html:9944: broken link - `rustc/platform-support/solaris.html` rustc/print.html:9965: broken link - `rustc/platform-support/solaris.html` NOTE: if you are adding or renaming a markdown file in a mdBook, don't forget to register the page in SUMMARY.md number of HTML files scanned: 43962 number of HTML redirects found: 13754 number of links checked: 2639455 number of links ignored due to external: 83689 number of links ignored due to external: 83689 number of links ignored due to exceptions: 17 number of intra doc links ignored: 8 errors found: 4 found some broken links Command has failed. Rerun with -v to see more details. local time: Thu Nov 21 13:47:06 UTC 2024 network time: Thu, 21 Nov 2024 13:47:06 GMT ##[error]Process completed with exit code 1. Post job cleanup. ```
cuviper commented 20 hours ago

NOTE: if you are adding or renaming a markdown file in a mdBook, don't forget to register the page in SUMMARY.md

jieyouxu commented 6 hours ago

NOTE: if you are adding or renaming a markdown file in a mdBook, don't forget to register the page in SUMMARY.md

Great to see I'm not the only one who forgets about it 😆