diff options
author | Eric Anholt <[email protected]> | 2020-04-06 17:00:14 -0700 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-05-29 16:46:44 +0000 |
commit | b678568a5ef56a6b87204ec1b0499b7c04591656 (patch) | |
tree | 657dea4674bf5fc566422163b15c7c7af37d854a /.gitlab-ci | |
parent | 9d645a19ebf2cc574e6ad3f84100f0e2ddd4d59b (diff) |
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 <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5247>
Diffstat (limited to '.gitlab-ci')
-rw-r--r-- | .gitlab-ci/arm64.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci/arm64.config b/.gitlab-ci/arm64.config index 381b08a2729..1cf6ba96fd1 100644 --- a/.gitlab-ci/arm64.config +++ b/.gitlab-ci/arm64.config @@ -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 |