Skip to content

Commit

Permalink
Add an explicit dependency on cppzmq-dev (#512)
Browse files Browse the repository at this point in the history
* Add an explicit dependency on cppzmq-dev

In Jammy, the zmq C++ headers were included in libzmq-dev. However, in
Noble, the headers are now in a separate package, `cppzmq-dev`,
and that package is recommended by libzmq-dev. This shouldn't affect
most users, but anywhere these dependencies are installed with
`--no-install-recommends` will now break because it won't have
cppzmq-dev installed. This patch just adds an explicit dependency to
avoid the problem.

Signed-off-by: Addisu Z. Taddese <[email protected]>

* Move cppzmq into packages-noble.apt

Signed-off-by: Addisu Z. Taddese <[email protected]>

---------

Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey authored Aug 5, 2024
1 parent b04b948 commit 7845c09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/ci/packages-noble.apt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cppzmq-dev

0 comments on commit 7845c09

Please sign in to comment.