Codebase list rust-libslirp / 430bbb6
quick-xml: Exclude benchmark tests from packaging The benchmark tests in the benches folder require the unstable feature attribute, so they will not compile with our packaged stable rustc. Therefore we exclude the benches folder from packaging, so the benchmark tests are ignored. This fixes bug #933520 [0]. [0] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=933520 Robin Krahl 4 years ago
1 changed file(s) with 4 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
00 overlay = "."
11 uploaders = ["Robin Krahl <robin.krahl@ireas.org>"]
2
3 # We do not want to run the benchmark tests as they require the unstable
4 # feature attribute: `#![feature(test)]`
5 excludes = ["benches"]