This is an automated email from the ASF dual-hosted git repository.
iwasakims pushed a commit to branch branch-3.6
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/branch-3.6 by this push:
new 8cbab23d3 BIGTOP-4524. Add libuv1-dev to the toolchain for Debian 12.
(#1385)
8cbab23d3 is described below
commit 8cbab23d327a45a99babf874b87a40bbadb7d4f4
Author: Kengo Seki <[email protected]>
AuthorDate: Wed Apr 29 08:43:04 2026 +0900
BIGTOP-4524. Add libuv1-dev to the toolchain for Debian 12. (#1385)
(cherry picked from commit 1403ec6936e3e3cb1741c68761d21d9f797a23f1)
---
bigtop_toolchain/manifests/packages.pp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/bigtop_toolchain/manifests/packages.pp
b/bigtop_toolchain/manifests/packages.pp
index 3aec81bbd..ca9659668 100644
--- a/bigtop_toolchain/manifests/packages.pp
+++ b/bigtop_toolchain/manifests/packages.pp
@@ -288,7 +288,8 @@ class bigtop_toolchain::packages {
"flex",
"libffi-dev",
"nasm",
- "yasm"
+ "yasm",
+ "libuv1-dev"
]
if ($operatingsystem == 'Ubuntu' and
versioncmp($operatingsystemmajrelease, '24.04') >= 0) {
$pkgs = concat($_pkgs, ["libtirpc-dev"])