kernel: Drop 4.15.x for s390x

The s390x build VM we have access to is quite slow. Dropping
the 4.15.x kernel, which soon will be EOLed anyway, to
save some time.

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer 2018-04-19 13:48:30 +01:00
parent 2a9d21bee7
commit 24050c5817
2 changed files with 0 additions and 3403 deletions

View File

@ -234,7 +234,6 @@ $(eval $(call kernel,4.14.29,4.14.x,-rt,))
else ifeq ($(ARCH),s390x) else ifeq ($(ARCH),s390x)
$(eval $(call kernel,4.16.3,4.16.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.16.3,4.16.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.15.18,4.15.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.35,4.14.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.14.35,4.14.x,$(EXTRA),$(DEBUG)))
endif endif

File diff suppressed because it is too large Load Diff