Commit e696f34
authored
Unrolled build for #145845
Rollup merge of #145845 - Kobzol:fix-distcheck, r=jieyouxu
Make `x test distcheck` self-contained
Before, the checked components were extracted under the checked out source root, which caused us to test some weird combination of tarball + checkout sources/aritfacts/configuration.
Now `x test distcheck` works with an external temporary directory instead, which should make it self-contained. I also moved some config from the Dockerfile to the test itself, and fixed an issue in tidy that caused `x test tidy` to fail on tarball sources.
I also removed `.args(&builder.config.configure_args)`, because it was passing all kinds of crap from the CI config to the distcheck step, which was making it less reproducible.
Fixes: #145183
r? ```@jieyouxu```
try-job: x86_64-gnu-distcheckFile tree
4 files changed
+53
-25
lines changed- src
- bootstrap/src
- core/build_steps
- ci/docker/host-x86_64/x86_64-gnu-distcheck
- tools/tidy/src
4 files changed
+53
-25
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3117 | 3117 | | |
3118 | 3118 | | |
3119 | 3119 | | |
3120 | | - | |
3121 | | - | |
3122 | | - | |
3123 | | - | |
3124 | | - | |
3125 | | - | |
3126 | | - | |
3127 | | - | |
| 3120 | + | |
| 3121 | + | |
| 3122 | + | |
| 3123 | + | |
| 3124 | + | |
| 3125 | + | |
| 3126 | + | |
| 3127 | + | |
| 3128 | + | |
| 3129 | + | |
| 3130 | + | |
| 3131 | + | |
| 3132 | + | |
3128 | 3133 | | |
3129 | 3134 | | |
3130 | 3135 | | |
3131 | | - | |
| 3136 | + | |
3132 | 3137 | | |
3133 | | - | |
| 3138 | + | |
3134 | 3139 | | |
3135 | 3140 | | |
3136 | | - | |
| 3141 | + | |
| 3142 | + | |
| 3143 | + | |
3137 | 3144 | | |
3138 | | - | |
| 3145 | + | |
3139 | 3146 | | |
3140 | 3147 | | |
3141 | 3148 | | |
3142 | | - | |
| 3149 | + | |
| 3150 | + | |
| 3151 | + | |
| 3152 | + | |
3143 | 3153 | | |
3144 | 3154 | | |
3145 | 3155 | | |
3146 | 3156 | | |
3147 | | - | |
3148 | | - | |
3149 | | - | |
| 3157 | + | |
| 3158 | + | |
| 3159 | + | |
3150 | 3160 | | |
3151 | 3161 | | |
3152 | 3162 | | |
3153 | | - | |
| 3163 | + | |
3154 | 3164 | | |
3155 | | - | |
| 3165 | + | |
3156 | 3166 | | |
3157 | 3167 | | |
3158 | | - | |
| 3168 | + | |
3159 | 3169 | | |
3160 | 3170 | | |
3161 | 3171 | | |
3162 | 3172 | | |
3163 | 3173 | | |
3164 | 3174 | | |
3165 | 3175 | | |
3166 | | - | |
| 3176 | + | |
3167 | 3177 | | |
3168 | 3178 | | |
3169 | 3179 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1950 | 1950 | | |
1951 | 1951 | | |
1952 | 1952 | | |
| 1953 | + | |
| 1954 | + | |
| 1955 | + | |
| 1956 | + | |
| 1957 | + | |
| 1958 | + | |
| 1959 | + | |
| 1960 | + | |
| 1961 | + | |
| 1962 | + | |
| 1963 | + | |
| 1964 | + | |
| 1965 | + | |
| 1966 | + | |
1953 | 1967 | | |
1954 | 1968 | | |
1955 | 1969 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
| 39 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
27 | 33 | | |
28 | 34 | | |
29 | 35 | | |
| |||
0 commit comments