[gjs: 6/7] CI: Add autoconf213 to dependencies in Dockerfile




commit 549cce146c031e12ef8b23643d152d547dd066d6
Author: Philip Chimento <philip chimento gmail com>
Date:   Thu May 13 21:29:57 2021 -0700

    CI: Add autoconf213 to dependencies in Dockerfile
    
    Fedora removed this from their build dependencies of mozjs78, but they had
    to add a big patch which we don't want to carry in ptomato/mozjs. So add
    autoconf213 to the list of dependencies to install manually.
    
    See commit:
    https://src.fedoraproject.org/rpms/mozjs78/c/0be21c3fd170b1e5e5920c4a59d6c7d6c6b9c7f7?branch=f33

 test/extra/Dockerfile       | 2 +-
 test/extra/Dockerfile.debug | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/test/extra/Dockerfile b/test/extra/Dockerfile
index 09994c36..9ada5908 100644
--- a/test/extra/Dockerfile
+++ b/test/extra/Dockerfile
@@ -10,7 +10,7 @@ ARG BUILD_OPTS=
 
 ENV SHELL=/bin/bash
 
-RUN dnf -y install 'dnf-command(builddep)' git make which llvm-devel
+RUN dnf -y install 'dnf-command(builddep)' autoconf213 git make which llvm-devel
 RUN dnf -y builddep ${MOZJS_BUILDDEPS}
 
 WORKDIR /root
diff --git a/test/extra/Dockerfile.debug b/test/extra/Dockerfile.debug
index 62bb6036..b4190db2 100644
--- a/test/extra/Dockerfile.debug
+++ b/test/extra/Dockerfile.debug
@@ -10,8 +10,8 @@ ARG BUILD_OPTS=
 
 ENV SHELL=/bin/bash
 
-RUN dnf -y install 'dnf-command(builddep)' clang-devel cmake git llvm-devel \
-    make ninja-build which
+RUN dnf -y install 'dnf-command(builddep)' autoconf213 clang-devel cmake git \
+    llvm-devel make ninja-build which
 RUN dnf -y builddep ${MOZJS_BUILDDEPS}
 
 WORKDIR /root


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]