[gjs: 6/8] CI: Install mozjs in /usr/local on Docker images



commit 959ba57c9cbe0b38a445dbba2d6db11e4c1e180d
Author: Philip Chimento <philip chimento gmail com>
Date:   Sat Sep 14 12:07:19 2019 -0700

    CI: Install mozjs in /usr/local on Docker images
    
    We aren't using jhbuild anymore, so we can install mozjs into a more
    normal location such as /usr/local.

 test/ci-images.sh | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/test/ci-images.sh b/test/ci-images.sh
index 0a0aaa12..f556b3cc 100755
--- a/test/ci-images.sh
+++ b/test/ci-images.sh
@@ -53,7 +53,13 @@ function do_Build_Mozilla(){
     mkdir -p _build
     cd _build
 
-    ../js/src/configure --prefix=/root/jhbuild/install --enable-posix-nspr-emulation --with-system-zlib 
--with-intl-api --disable-jemalloc AUTOCONF=autoconf ${BUILD_OPTS}
+    ../js/src/configure --prefix=/usr/local \
+         --enable-posix-nspr-emulation \
+         --with-system-zlib \
+         --with-intl-api \
+         --disable-jemalloc \
+         AUTOCONF=autoconf \
+         ${BUILD_OPTS}
     make -sj4
     make install
 


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