Skip to content

d/b/test-patches: Stop handling rt featureset for test builds

We dropped the rt featureset with bdb71be0 ("Drop rt featureset") but retained handling of it with the test-patches script. When testing a patch the build will fail with:

make[2]: Entering directory '/tmp/linux-6.16.5'
mkdir -p 'debian/build'
rm -rf 'debian/build/source_rt'
mkdir -p 'debian/build/source_rt'
cp -al COPYING CREDITS Documentation Kbuild Kconfig LICENSES MAINTAINERS Makefile README arch block certs crypto drivers fs include init io_uring ipc kernel lib mm net rust samples scripts security sound tools usr virt .clang-format .clippy.toml .cocciconfig .editorconfig .get_maintainer.ignore .gitattributes .gitignore .mailmap .pylintrc .rustfmt.toml 'debian/build/source_rt'
cd 'debian/build/source_rt' && QUILT_PATCHES='/tmp/linux-6.16.5/debian/patches-rt' QUILT_PC=.pc quilt push --quiltrc - -a -q --fuzz=0
File series fully applied, ends at patch bugfix/all/bootconfig-fix-negative-seeks-on-32-bit-with-lfs-ena.patch
make[2]: *** [debian/rules.real:120: debian/stamps/source_rt] Error 2
make[2]: Leaving directory '/tmp/linux-6.16.5'
make[1]: *** [debian/rules.gen:3196: source_rt] Error 2
make[1]: Leaving directory '/tmp/linux-6.16.5'
make: *** [debian/rules:28: source] Error 2

Keep the logic in case we will in future re-add a featureset but drop handling of 'rt' featureset itself to avoid the failure.

Reported-by: attilio giuseppe carolillo ing.attilio.carolillo@live.com Link: https://bugs.debian.org/1110703#83 Signed-off-by: Salvatore Bonaccorso carnil@debian.org

Merge request reports

Loading