This is an automated email from the ASF dual-hosted git repository.
iwasakims pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/master by this push:
new 1403ec693 BIGTOP-4524. Add libuv1-dev to the toolchain for Debian 12.
(#1385)
1403ec693 is described below
commit 1403ec6936e3e3cb1741c68761d21d9f797a23f1
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)
---
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"])