summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2021-05-13 21:29:57 -0700
committerPhilip Chimento <philip.chimento@gmail.com>2021-06-08 22:11:42 -0700
commit549cce146c031e12ef8b23643d152d547dd066d6 (patch)
tree547549fb5dc4354fa12c10e634395a875f7f4703 /test
parentf6c721bfbb1b3f497b17f5ae4308e8bfac6e851c (diff)
downloadgjs-549cce146c031e12ef8b23643d152d547dd066d6.tar.gz
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
Diffstat (limited to 'test')
-rw-r--r--test/extra/Dockerfile2
-rw-r--r--test/extra/Dockerfile.debug4
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