mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
kernel: Disable 5.2.x kernel for s390x for now
see: https://github.com/linuxkit/linuxkit/issues/3412 Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
3b00838d6d
commit
a89c556125
@ -264,7 +264,8 @@ $(eval $(call kernel,4.19.71,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.59,4.19.x,-rt,))
|
||||
|
||||
else ifeq ($(ARCH),s390x)
|
||||
$(eval $(call kernel,5.2.9,5.2.x,$(EXTRA),$(DEBUG)))
|
||||
# Disable 5.2.x due to https://github.com/linuxkit/linuxkit/issues/3412
|
||||
# $(eval $(call kernel,5.2.9,5.2.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.71,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user