File tree 3 files changed +7
-6
lines changed
docker/host-x86_64/fuchsia
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -76,4 +76,4 @@ ENV RUST_CONFIGURE_ARGS \
76
76
--set target.x86_64-unknown-fuchsia.linker=/usr/local/bin/ld.lld
77
77
ENV SCRIPT \
78
78
python3 ../x.py install --target $TARGETS compiler/rustc library/std clippy && \
79
- bash ../src/ci/docker/host-x86_64/x86_64-gnu-integration /build-fuchsia.sh
79
+ bash ../src/ci/docker/host-x86_64/fuchsia /build-fuchsia.sh
Original file line number Diff line number Diff line change 5
5
#
6
6
# You may run this script locally using Docker with the following command:
7
7
#
8
- # $ src/ci/docker/run.sh x86_64-gnu-integration
8
+ # $ src/ci/docker/run.sh fuchsia
9
9
#
10
10
# Alternatively, from within the container with --dev, assuming you have made it
11
11
# as far as building the toolchain with the above command:
12
12
#
13
- # $ src/ci/docker/run.sh --dev x86_64-gnu-integration
13
+ # $ src/ci/docker/run.sh --dev fuchsia
14
14
# docker# git config --global --add safe.directory /checkout/obj/fuchsia
15
- # docker# ../src/ci/docker/host-x86_64/x86_64-gnu-integration /build-fuchsia.sh
15
+ # docker# ../src/ci/docker/host-x86_64/fuchsia /build-fuchsia.sh
16
16
#
17
17
# Also see the docs in the rustc-dev-guide for more info:
18
18
# https://github.com/rust-lang/rustc-dev-guide/pull/1989
@@ -21,7 +21,7 @@ set -euf -o pipefail
21
21
22
22
# Set this variable to 1 to disable updating the Fuchsia checkout. This is
23
23
# useful for making local changes. You can find the Fuchsia checkout in
24
- # `obj/x86_64-gnu-integration /fuchsia` in your local checkout after running this
24
+ # `obj/fuchsia /fuchsia` in your local checkout after running this
25
25
# job for the first time.
26
26
KEEP_CHECKOUT=
27
27
Original file line number Diff line number Diff line change @@ -229,7 +229,8 @@ auto:
229
229
- image : x86_64-gnu-aux
230
230
<< : *job-linux-4c
231
231
232
- - image : x86_64-gnu-integration
232
+ # Tests the integration with Fuchsia
233
+ - image : fuchsia
233
234
# Only run this job on the nightly channel. Fuchsia requires
234
235
# nightly features to compile, and this job would fail if
235
236
# executed on beta and stable.
You can’t perform that action at this time.
0 commit comments