We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72ad89d commit a9a3354Copy full SHA for a9a3354
GNUmakefile
@@ -270,6 +270,7 @@ TEST_SPEC_FEATURE := test_unimplemented
270
else ifeq ($(SELINUX_ENABLED),1)
271
TEST_NO_FAIL_FAST :=
272
TEST_SPEC_FEATURE := feat_selinux
273
+BUILD_SPEC_FEATURE := feat_selinux
274
endif
275
276
define TEST_BUSYBOX
@@ -297,7 +298,7 @@ ifneq (${MULTICALL}, y)
297
298
299
300
build-coreutils:
- ${CARGO} build ${CARGOFLAGS} --features "${EXES}" ${PROFILE_CMD} --no-default-features
301
+ ${CARGO} build ${CARGOFLAGS} --features "${EXES} $(BUILD_SPEC_FEATURE)" ${PROFILE_CMD} --no-default-features
302
303
build: build-coreutils build-pkgs
304
0 commit comments