File tree 6 files changed +11
-9
lines changed
6 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -62,5 +62,7 @@ warning-policy = "error"
62
62
"/diagnostics/sessiondiagnostic.html" = " diagnostic-structs.html"
63
63
"/diagnostics/diagnostic-codes.html" = " error-codes.html"
64
64
"/miri.html" = " const-eval/interpret.html"
65
- "/tests/integration .html" = " ecosystem.html"
65
+ "/tests/fuchsia .html" = " ecosystem-test-jobs/fuchsia .html"
66
66
"/tests/headers.html" = " directives.html"
67
+ "/tests/integration.html" = " ecosystem.html"
68
+ "/tests/rust-for-linux.html" = " ecosystem-test-jobs/rust-for-linux.html"
Original file line number Diff line number Diff line change 28
28
- [ Minicore] ( ./tests/minicore.md )
29
29
- [ Ecosystem testing] ( ./tests/ecosystem.md )
30
30
- [ Crater] ( ./tests/crater.md )
31
- - [ Fuchsia] ( ./tests/fuchsia.md )
32
- - [ Rust for Linux] ( ./tests/rust-for-linux.md )
31
+ - [ Fuchsia] ( ./tests/ecosystem-test-jobs/ fuchsia.md )
32
+ - [ Rust for Linux] ( ./tests/ecosystem-test-jobs/ rust-for-linux.md )
33
33
- [ Performance testing] ( ./tests/perf.md )
34
34
- [ Suggest tests tool] ( ./tests/suggest-tests.md )
35
35
- [ Misc info] ( ./tests/misc.md )
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ This list will be used to notify [Fuchsia][fuchsia] maintainers
9
9
when the compiler or the standard library changes in a way that would
10
10
break the Fuchsia integration.
11
11
12
- [ fuchsia ] : ../tests/fuchsia.md
12
+ [ fuchsia ] : ../tests/ecosystem-test-jobs/ fuchsia.md
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ using your local Rust toolchain.
40
40
src/ci/docker/run.sh x86_64-fuchsia
41
41
```
42
42
43
- See the [ Testing with Docker] ( docker.md ) chapter for more details on how to run
43
+ See the [ Testing with Docker] ( ../ docker.md) chapter for more details on how to run
44
44
and debug jobs with Docker.
45
45
46
46
Note that a Fuchsia checkout is * large* – as of this writing, a checkout and
@@ -170,7 +170,7 @@ rustc book][platform-support].
170
170
[ `public_configs` ] : https://gn.googlesource.com/gn/+/main/docs/reference.md#var_public_configs
171
171
[ `//build/config:compiler` ] : https://cs.opensource.google/fuchsia/fuchsia/+/main:build/config/BUILD.gn;l=121;drc=c26c473bef93b33117ae417893118907a026fec7
172
172
[ build system ] : https://fuchsia.dev/fuchsia-src/development/build/build_system
173
- [ fuchsia-ping ] : ../notification-groups/fuchsia.md
173
+ [ fuchsia-ping ] : ../../ notification-groups/fuchsia.md
174
174
175
175
[ ^ loc ] : As of June 2024, Fuchsia had about 2 million lines of first-party Rust
176
176
code and a roughly equal amount of third-party code, as counted by tokei
Original file line number Diff line number Diff line change @@ -48,4 +48,4 @@ line to your PR description:
48
48
Then when you ` @bors try ` it will pick the job that builds the Rust for Linux
49
49
integration.
50
50
51
- [ rfl-ping ] : ../notification-groups/rust-for-linux.md
51
+ [ rfl-ping ] : ../../ notification-groups/rust-for-linux.md
Original file line number Diff line number Diff line change @@ -24,5 +24,5 @@ there aren't any significant regressions.
24
24
We have CI jobs that build large open-source Rust projects that are used as
25
25
regression tests in CI. Our integration jobs build the following projects:
26
26
27
- - [ Fuchsia] ( fuchsia.md )
28
- - [ Rust for Linux] ( rust-for-linux.md )
27
+ - [ Fuchsia] ( ./ecosystem-test-jobs/ fuchsia.md)
28
+ - [ Rust for Linux] ( ./ecosystem-test-jobs/ rust-for-linux.md)
You can’t perform that action at this time.
0 commit comments