ci: Disable the firmware loader user helper option in arm64 kernels.

We won't have a user helper, so don't block for 60 seconds for it to show
up.  Speeds up debug of new kernel builds.

Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5247>
This commit is contained in:
Eric Anholt 2020-04-06 17:00:14 -07:00 committed by Marge Bot
parent 9d645a19eb
commit b678568a5e
2 changed files with 3 additions and 2 deletions

View File

@ -195,7 +195,7 @@ arm_build:
- .fdo.container-build@debian@arm64v8
- .container
variables:
FDO_DISTRIBUTION_TAG: &arm_build "2020-05-14-baremetal-5"
FDO_DISTRIBUTION_TAG: &arm_build "2020-05-28-cheza"
.use-arm_build:
variables:
@ -208,7 +208,7 @@ arm_build:
x86_cross_arm_test:
extends: x86_build
variables:
FDO_DISTRIBUTION_TAG: &x86_cross_arm_test "2020-05-13"
FDO_DISTRIBUTION_TAG: &x86_cross_arm_test "2020-05-28-cheza"
.use-x86_cross_arm_test:
variables:

View File

@ -94,3 +94,4 @@ CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC=y
CONFIG_DETECT_HUNG_TASK=y
CONFIG_FW_LOADER_COMPRESS=y
CONFIG_FW_LOADER_USER_HELPER=n