Commit 778a590
committed
Update
An issue has been fixed in `cargo-llvm-lines` 0.4.12 which would cause
us to fail whenever profiling a crate which had any crate dependencies.
Update to 0.4.12 and add a CI check that profiles a crate with
dependencies to exercise this case.
The issue was that we would invoke a particular `cargo` executable and
`cargo-llvm-lines` would invoke a different one. This would cause us to
try to build the crate's dependencies a second time with the different
`cargo`. The `EXPECT_ONLY_WRAPPED_RUSTC` check would detect this case
and produce an error.cargo-llvm-lines version and CI checks1 parent b3b52c5 commit 778a590
2 files changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
110 | 113 | | |
111 | 114 | | |
112 | 115 | | |
113 | 116 | | |
114 | 117 | | |
115 | | - | |
| 118 | + | |
116 | 119 | | |
117 | 120 | | |
118 | 121 | | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
119 | 125 | | |
120 | 126 | | |
121 | 127 | | |
| |||
0 commit comments