# ck-build **Repository Path**: shiloong/ck-build ## Basic Information - **Project Name**: ck-build - **Description**: scripts for cloud-kernel packaging. - **Primary Language**: Shell - **License**: Not specified - **Default Branch**: an8-ml - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 8 - **Created**: 2022-02-18 - **Last Updated**: 2022-03-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Anolis Cloud Kernel BUILDER =========================== The scripts for ANCK rpm packaging. build.sh -------- The scripts used to build kernel rpm packages. variables: + WORKSPACE: the directory to do building work, PWD as default; + RELEASE: the kernel release version, use short git hash as default; + BUILD_NUMBER: the build number will put in rpm version; + BUILD_VARIANT: - with-debug: both kernel- and kernel-debug- rpms; - only-debug: only build kernel-debug- rpms; - NONE: only build kernel- rpms as default. + BUILD_EXTRA: - debuginfo: with debuginfo rpms; - base: only build minimal base rpms; - NONE: build fully rpms.