From a450eb96eb87748cac9c6004fca0b518afc7c9d1 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Wed, 8 Oct 2025 05:50:26 +0000 Subject: [PATCH] ci: Remove default-features builds from publication to registries. Signed-off-by: Jason Volk --- .github/workflows/main.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7203fc50..8c67364a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -309,12 +309,12 @@ jobs: excludes: > [ {"feat_set": "none"}, + {"feat_set": "default"}, {"cargo_profile": "test"}, {"cargo_profile": "bench"}, {"cargo_profile": "release-debuginfo"}, {"cargo_profile": "release-native"}, {"rust_toolchain": "nightly"}, - {"rust_target": "aarch64-unknown-linux-gnu", "feat_set": "default"}, {"rust_target": "aarch64-unknown-linux-gnu", "feat_set": "logging"}, {"rust_target": "aarch64-unknown-linux-gnu", "sys_target": "x86_64-v1-linux-gnu"}, {"rust_target": "aarch64-unknown-linux-gnu", "sys_target": "x86_64-v2-linux-gnu"}, @@ -324,13 +324,10 @@ jobs: {"sys_target": "aarch64-v8-linux-gnu", "machine": "X64"}, {"sys_target": "x86_64-v1-linux-gnu", "machine": "ARM64"}, {"sys_target": "x86_64-v2-linux-gnu", "machine": "ARM64"}, - {"sys_target": "x86_64-v2-linux-gnu", "feat_set": "default"}, {"sys_target": "x86_64-v2-linux-gnu", "feat_set": "logging"}, {"sys_target": "x86_64-v3-linux-gnu", "machine": "ARM64"}, - {"sys_target": "x86_64-v3-linux-gnu", "feat_set": "default"}, {"sys_target": "x86_64-v3-linux-gnu", "feat_set": "logging"}, {"sys_target": "x86_64-v4-linux-gnu", "machine": "ARM64"}, - {"sys_target": "x86_64-v4-linux-gnu", "feat_set": "default"}, {"sys_target": "x86_64-v4-linux-gnu", "feat_set": "logging"}, ]