From bb616aa0aba06c1bbf63ee8e68fc61fa66c10397 Mon Sep 17 00:00:00 2001 From: Umer Saleem Date: Tue, 21 Nov 2023 00:54:51 +0500 Subject: [PATCH] Update CI This commit updates CI to adapt to new changelog generation process. Signed-off-by: Umer Saleem --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c84352676..8dd405bb11 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,9 +18,11 @@ jobs: - name: Build deb package run: | - cp -a contrib/debian debian - mk-build-deps --build-dep + mk-build-deps --build-dep contrib/debian/control apt install -y ./*.deb + sh autogen.sh + ./configure + cp -a contrib/debian debian sed 's/@CFGOPTS@/--enable-debuginfo/g' debian/rules.in > debian/rules chmod +x debian/rules dch -b -M --force-distribution --distribution bullseye-truenas-unstable 'Tagged from zfs CI'