Skip to content

Commit

Permalink
fixup! release: build unsigned Ubuntu .deb package
Browse files Browse the repository at this point in the history
By using cURL for `imap-send`, we can drop the libssl dependency, which
is not installed in Ubuntu 16.04 container by default.

Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Jan 20, 2025
1 parent 32d4e95 commit c4514dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-git-installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,7 @@ jobs:
DESTDIR="$PKGDIR" make -C git -j5 V=1 DEVELOPER=1 \
USE_LIBPCRE=1 \
USE_CURL_FOR_IMAP_SEND=1 NO_OPENSSL=1 \
NO_CROSS_DIRECTORY_HARDLINKS=1 \
ASCIIDOC8=1 ASCIIDOC_NO_ROFF=1 \
ASCIIDOC='TZ=UTC asciidoc' \
Expand Down

0 comments on commit c4514dc

Please sign in to comment.