Commit e543eae8 authored by Vaibhav Gupta's avatar Vaibhav Gupta

CI/CD: Remove dkms and SRPM

Signed-off-by: 's avatarVaibhav Gupta <vaibhav.gupta@cern.ch>
parent 43043cb7
......@@ -57,19 +57,3 @@ build-kernel:
- source /linux-versions.sh
- fetch $VERSION && prepare $VERSION && export LINUX=$(linux $VERSION) && export KERNELSRC=$(linux $VERSION)
- make modules
build_dkms_rpm:
stage: release
script:
- yum install -y dkms
- make -C distribution dkms-rpm
build_srpm:
stage: release
script:
- yum-builddep -y ${DIST_PATH}/*.spec
- KERNELSRC=/usr/src/kernels/*/ make -C distribution srpm
artifacts:
paths:
- distribution/build/SRPMS/${CI_PROJECT_NAME}*src.rpm
expire_in: 1 day
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment