mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 17:49:10 +00:00
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:
parent
2a9d21bee7
commit
24050c5817
@ -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
Loading…
Reference in New Issue
Block a user