File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
collector/compile-benchmarks Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,11 @@ path = "bitmaps-3.2.1/**"
22
22
SPDX-License-Identifier = " MPL-2.0"
23
23
SPDX-FileCopyrightText = " Bodil Stokke"
24
24
25
+ [[annotations ]]
26
+ path = " bitmaps-3.2.1-new-solver/**"
27
+ SPDX-License-Identifier = " MPL-2.0"
28
+ SPDX-FileCopyrightText = " Bodil Stokke"
29
+
25
30
[[annotations ]]
26
31
path = " cargo-0.87.1/**"
27
32
SPDX-FileCopyrightText = " The Rust Project Developers (see https://thanks.rust-lang.org)"
Original file line number Diff line number Diff line change
1
+ {
2
+ "artifact" : " library" ,
3
+ "category" : " secondary" ,
4
+ "cargo_rustc_opts" : " -Znext-solver=globally" ,
5
+ "excluded_profiles" : [
6
+ " Doc"
7
+ ],
8
+ "excluded_scenarios" : [
9
+ " IncrFull" ,
10
+ " IncrPatched" ,
11
+ " IncrUnchanged"
12
+ ]
13
+ }
You can’t perform that action at this time.
0 commit comments