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 04830bd46 BIGTOP-4042: Fix ISAL Compilation Failure in openEuler 
System Slave Docker Image Due to Missing nasm and yasm Libraries (#1210)
04830bd46 is described below

commit 04830bd46ac4bf3cd607760b91be65a73c6579ba
Author: jialiang <[email protected]>
AuthorDate: Wed Dec 13 20:50:05 2023 +0800

    BIGTOP-4042: Fix ISAL Compilation Failure in openEuler System Slave Docker 
Image Due to Missing nasm and yasm Libraries (#1210)
---
 bigtop_toolchain/manifests/packages.pp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/bigtop_toolchain/manifests/packages.pp 
b/bigtop_toolchain/manifests/packages.pp
index 4789f5ef4..d1dbf6727 100644
--- a/bigtop_toolchain/manifests/packages.pp
+++ b/bigtop_toolchain/manifests/packages.pp
@@ -223,7 +223,9 @@ class bigtop_toolchain::packages {
        "openeuler-lsb",
        "pcre-devel",
        "texlive",
-       "rpmdevtools"
+       "rpmdevtools",
+       "nasm",
+       "yasm"
     ] }
     /(Ubuntu|Debian)/: {
       $_pkgs = [

Reply via email to