We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 870657c + 3186902 commit ca8ed7eCopy full SHA for ca8ed7e
bootstrap.example.toml
@@ -476,9 +476,6 @@
476
# when the stage 0 compiler is actually built from in-tree sources.
477
#build.compiletest-allow-stage0 = false
478
479
-# Whether to use the precompiled stage0 libtest with compiletest.
480
-#build.compiletest-use-stage0-libtest = true
481
-
482
# Default value for the `--extra-checks` flag of tidy.
483
#
484
# See `./x test tidy --help` for details.
src/bootstrap/defaults/bootstrap.dist.toml
@@ -7,8 +7,6 @@ test-stage = 2
7
doc-stage = 2
8
# When compiling from source, you usually want all tools.
9
extended = true
10
-# Use libtest built from the source tree instead of the precompiled one from stage 0.
11
-compiletest-use-stage0-libtest = false
12
13
# Most users installing from source want to build all parts of the project from source.
14
[llvm]
src/ci/citool/tests/test-jobs.yml
@@ -27,7 +27,7 @@ runners:
27
<<: *base-job
28
envs:
29
env-x86_64-apple-tests: &env-x86_64-apple-tests
30
- SCRIPT: ./x.py check compiletest --set build.compiletest-use-stage0-libtest=true && ./x.py --stage 2 test --skip tests/ui --skip tests/rustdoc -- --exact
+ SCRIPT: ./x.py check compiletest && ./x.py --stage 2 test --skip tests/ui --skip tests/rustdoc -- --exact
31
RUST_CONFIGURE_ARGS: --build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc
32
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
33
# Ensure that host tooling is tested on our minimum supported macOS version.
src/ci/docker/host-x86_64/pr-check-1/Dockerfile
@@ -43,7 +43,6 @@ ENV SCRIPT \
43
python3 ../x.py check bootstrap && \
44
/scripts/check-default-config-profiles.sh && \
45
python3 ../x.py build src/tools/build-manifest && \
46
- python3 ../x.py check compiletest --set build.compiletest-use-stage0-libtest=true && \
47
python3 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu && \
48
python3 ../x.py check --set build.optimized-compiler-builtins=false core alloc std --target=aarch64-unknown-linux-gnu,i686-pc-windows-msvc,i686-unknown-linux-gnu,x86_64-apple-darwin,x86_64-pc-windows-gnu,x86_64-pc-windows-msvc && \
49
/scripts/validate-toolstate.sh && \
src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile
@@ -90,5 +90,4 @@ ENV HOST_TARGET x86_64-unknown-linux-gnu
90
COPY scripts/shared.sh /scripts/
91
92
ENV SCRIPT /tmp/checktools.sh ../x.py && \
93
94
python3 ../x.py test tests/rustdoc-gui --stage 2 --test-args "'--jobs 1'"
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments