File tree Expand file tree Collapse file tree 5 files changed +18
-0
lines changed Expand file tree Collapse file tree 5 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 1919 with :
2020 preflight_install : |
2121 sudo apt install clang llvm pkg-config nettle-dev
22+ preflight_semver_exclude : csaf-cli,sbom-cli
23+ preflight_semver_feature_group : default-features
24+ preflight_semver_features : _semver
2225 matrix_include : |
2326 [
2427 {
Original file line number Diff line number Diff line change @@ -75,6 +75,9 @@ _test = [
7575 " flate2"
7676]
7777
78+ # enable for semver checks (in addition to default)
79+ _semver = [" _test" , " sequoia-openpgp/crypto-nettle" ]
80+
7881[package .metadata .cargo-all-features ]
7982always_include_features = [
8083 " sequoia-openpgp/crypto-nettle" ,
Original file line number Diff line number Diff line change @@ -64,6 +64,9 @@ csaf-validator-lib = [
6464 " deno_core" ,
6565]
6666
67+ # enable for semver checks (in addition to default)
68+ _semver = [" csaf-validator-lib" ]
69+
6770# workaround until xattr fixes its win32 compilation issues.
6871[target .'cfg(any(unix, macos))' .dependencies ]
6972xattr = { workspace = true }
Original file line number Diff line number Diff line change @@ -48,6 +48,12 @@ _test = [
4848 " walker-common/flate2"
4949]
5050
51+ # enable for semver checks (in addition to default)
52+ _semver = [
53+ " _crypto-nettle" ,
54+ " _test"
55+ ]
56+
5157clap = [
5258 " dep:clap" ,
5359 " walker-common/clap"
Original file line number Diff line number Diff line change @@ -49,6 +49,9 @@ crypto-openssl = ["sequoia-openpgp/crypto-openssl"]
4949crypto-botan = [" sequoia-openpgp/crypto-botan" ]
5050crypto-rust = [" sequoia-openpgp/crypto-rust" ]
5151
52+ # enable for semver checks (in addition to default)
53+ _semver = []
54+
5255[package .metadata .cargo-all-features ]
5356always_include_features = [
5457 " crypto-nettle" ,
You can’t perform that action at this time.
0 commit comments