]> tinc-vpn.org Git - tinc/commit
More CI pipeline fixes
authorGuus Sliepen <guus@tinc-vpn.org>
Wed, 1 Apr 2026 22:05:59 +0000 (00:05 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Wed, 1 Apr 2026 22:05:59 +0000 (00:05 +0200)
commit0769dce63f81b9690624a945ee187caf414381cb
treedbc258578bf1848e8880a9fd85b479c5b46462f3
parent172da73ceafee3fa54a67d917908ea636bee40cb
More CI pipeline fixes

- Use apt instead of apt-get
- Use libgcrypt20-dev on Debian
- Fix CFLAGS on macOS
- Skip ATTR_DEALLOCATOR when using Clang to avoid warnings
- Use tempfile.mkstemp() in test scripts
- Don't explicitly specify MPC_FAMILY
- Re-add forward-declarations of wrapped functions to avoid warnings
13 files changed:
.ci/deps.sh
.ci/package/deb/build.sh
.github/workflows/test.yml
src/have.h
test/integration/cmd_sign_verify.py
test/integration/device_fd.py
test/integration/systemd.py
test/integration/testlib/const.py
test/integration/testlib/notification.py
test/integration/testlib/template/script.py.tpl
test/integration/testlib/util.py
test/unit/test_fs.c
test/unit/test_net.c