aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2022-08-01 23:00:36 +0200
committerA Wireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2022-08-01 21:36:07 +0000
commita0174e4f0bb43ffcb4c907dffced9e558a31d493 (patch)
treea3858c5055741200b9fc35029ee3acdcdf3f2456 /.github
parentfe573cfe9a6df6d83fcecdf10ea5e56f4926b2a2 (diff)
github: fix ubuntu workflow.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ubuntu.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 17398127c4..f409a6a05c 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -36,6 +36,10 @@ jobs:
- name: Build debian pkg
run: |
ln --symbolic --no-dereference --force packaging/debian
+ tools/make-version.py --set-release .
+ export DEB_BUILD_OPTIONS="nocheck parallel=$(( $(getconf _NPROCESSORS_ONLN) + 2 ))"
+ export DH_QUIET=1
+ export MAKEFLAGS=--silent
dpkg-buildpackage -b -us -uc -jauto
- name: Move deb packages
run: |