Commit 4da9e9f
committed
mk: Distribute fewer TARGET_CRATES
Right now everything in TARGET_CRATES is built by default for all non-fulldeps
tests and is distributed by default for all target standard library packages.
Currenly this includes a number of unstable crates which are rarely used such as
`graphviz` and `rbml`>
This commit trims down the set of `TARGET_CRATES`, moves a number of tests to
`*-fulldeps` as a result, and trims down the dependencies of libtest so we can
distribute fewer crates in the `rust-std` packages.1 parent f25f0e8 commit 4da9e9f
File tree
30 files changed
+8
-24
lines changed- mk
- src
- libgetopts
- libtest
- test
- compile-fail-fulldeps
- run-pass-fulldeps
30 files changed
+8
-24
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
54 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
87 | | - | |
88 | | - | |
| 88 | + | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | 95 | | |
101 | 96 | | |
102 | 97 | | |
| |||
1544 | 1539 | | |
1545 | 1540 | | |
1546 | 1541 | | |
1547 | | - | |
1548 | | - | |
1549 | 1542 | | |
1550 | 1543 | | |
1551 | 1544 | | |
| |||
1573 | 1566 | | |
1574 | 1567 | | |
1575 | 1568 | | |
1576 | | - | |
1577 | | - | |
1578 | 1569 | | |
1579 | 1570 | | |
1580 | 1571 | | |
| |||
1601 | 1592 | | |
1602 | 1593 | | |
1603 | 1594 | | |
1604 | | - | |
1605 | | - | |
1606 | 1595 | | |
1607 | 1596 | | |
1608 | 1597 | | |
| |||
1617 | 1606 | | |
1618 | 1607 | | |
1619 | 1608 | | |
1620 | | - | |
1621 | | - | |
1622 | 1609 | | |
1623 | 1610 | | |
1624 | 1611 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | 45 | | |
48 | 46 | | |
49 | 47 | | |
| |||
56 | 54 | | |
57 | 55 | | |
58 | 56 | | |
59 | | - | |
60 | 57 | | |
61 | 58 | | |
62 | 59 | | |
| |||
215 | 212 | | |
216 | 213 | | |
217 | 214 | | |
218 | | - | |
| 215 | + | |
219 | 216 | | |
220 | 217 | | |
221 | 218 | | |
| |||
File renamed without changes.
File renamed without changes.
0 commit comments