From 3b479fc66982f5fd9a7732c2631b3c618ec98fea Mon Sep 17 00:00:00 2001 From: David Trudgian Date: Mon, 9 Sep 2019 08:54:27 -0500 Subject: [PATCH] make-linux: disable retpoline check vs last release --- helpers/make-linux | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/helpers/make-linux b/helpers/make-linux index ae3f620..c22bf3b 100644 --- a/helpers/make-linux +++ b/helpers/make-linux @@ -68,6 +68,11 @@ echo 'skipabi = true' >> debian.master/rules.d/0-common-vars.mk echo 'skipmodule = true' >> debian/rules.d/0-common-vars.mk echo 'skipabi = true' >> debian/rules.d/0-common-vars.mk +# Skip the retpoline check as there is no last release to chaeck against +echo 'skipretpoline = true' >> debian.master/rules.d/0-common-vars.mk +echo 'skipretpoline = true' >> debian/rules.d/0-common-vars.mk + + # Do not label packages as unsigned sed '/bin_pkg_name_unsigned/s/linux-image-unsigned/linux-image/' -i debian/rules.d/0-common-vars.mk sed 's/.unsigned//' -i debian/scripts/control-create