forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 0824b30
Auto merge of rust-lang#122658 - cuviper:gccjit-archive, r=Mark-Simulacrum
ci: Build gccjit from a git archive
A full `git clone` of GCC includes quite a lot of history, and it's
completely unnecessary for building it in CI. We can use a GitHub
archive URL to get a simple tarball that is much faster to download.
Also, the `gcc-build` directory can be removed after install to reduce
the image size even further.1 file changed
+11
-7
lines changedLines changed: 11 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
3 | 8 |
| |
4 | 9 |
| |
5 | 10 |
| |
6 | 11 |
| |
7 | 12 |
| |
8 | 13 |
| |
9 | 14 |
| |
10 | - | ||
11 | - | ||
12 | - | ||
13 | - | ||
15 | + | ||
16 | + | ||
14 | 17 |
| |
15 | - | ||
16 | - | ||
18 | + | ||
19 | + | ||
17 | 20 |
| |
18 | 21 |
| |
19 | 22 |
| |
| |||
28 | 31 |
| |
29 | 32 |
| |
30 | 33 |
| |
31 | - | ||
34 | + | ||
35 | + | ||
32 | 36 |
| |
33 | 37 |
|
0 commit comments