aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2020-04-06 15:55:30 -0700
committerMarge Bot <eric+marge@anholt.net>2020-05-29 16:46:44 +0000
commit3a1010e21ac426736fb9af289570d3fbbaaa1884 (patch)
tree2229ba94b575aa674b6be8221a6585b3ca238c24 /.gitlab-ci.yml
parentb678568a5ef56a6b87204ec1b0499b7c04591656 (diff)
ci: Build a cheza kernel.
This is a set of kernel options I've come up with mostly cribbing from chrome os's kernel config snippet. We also build an lzma kernel, as uncompressed kernel is big but lzma is the only compression supported by the bootloader. With that image, we have to pack it into a FIT formatted image+dtb blob. CONFIG_SUNRPC_DEBUG is added so that you can set "nfsrootdebug" to figure out what's going wrong with your nfs mount (mine were "both the tcp and nfsvers options were required, and don't try to use 'default' as the root path to defer to DHCP's answer because otherwise you get /tftpboot/default, just use an empty root path which doesn't prepend /tftpboot.") Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5247>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d18e31bf2c8..621c15b3be6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -195,7 +195,7 @@ arm_build:
- .fdo.container-build@debian@arm64v8
- .container
variables:
- FDO_DISTRIBUTION_TAG: &arm_build "2020-05-28-cheza"
+ FDO_DISTRIBUTION_TAG: &arm_build "2020-05-28-cheza-2"
.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-28-cheza"
+ FDO_DISTRIBUTION_TAG: &x86_cross_arm_test "2020-05-28-cheza-2"
.use-x86_cross_arm_test:
variables: