Codebase list rust-stfu8 / da77a00
cbindgen: override autopkgtest Sylvestre Ledru 4 years ago
1 changed file(s) with 0 addition(s) and 23 deletion(s). Raw diff Collapse all Expand all
44 [source]
55 section = "utils"
66 build_depends = ["help2man"]
7
8 [packages.lib]
9 # See below
10 test_is_broken = true
11
12 [packages."lib+@"]
13 # See below
14 test_is_broken = true
15
16 [packages."lib+dev"]
17 # See below
18 test_is_broken = true
19
20 [packages."lib+clap"]
21 # See below
22 test_is_broken = true
237
248 [packages.bin]
259 summary = "Generates C bindings from Rust code"
4226 * Support for generating #ifdef's for #[cfg] attributes
4327 * Support for #[repr(sized)] tagged enum's
4428 """
45
46 # debcargo doesn't have the capability to add extra
47 # packages in autopkgtest
48 # as we need g++ to build cbindgen, I will just ignore it
49 # until https://salsa.debian.org/rust-team/debcargo/-/merge_requests/24
50 # landed
51 test_is_broken = true