aboutsummaryrefslogtreecommitdiff
path: root/projects/spidermonkey-ufi/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/spidermonkey-ufi/Dockerfile')
-rw-r--r--projects/spidermonkey-ufi/Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/projects/spidermonkey-ufi/Dockerfile b/projects/spidermonkey-ufi/Dockerfile
index bf95bdfa7..8caec014f 100644
--- a/projects/spidermonkey-ufi/Dockerfile
+++ b/projects/spidermonkey-ufi/Dockerfile
@@ -20,6 +20,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
python \
libc++1 \
libc++abi1
+
+# This wrapper of cargo seems to interfere with our build system.
+RUN rm -f /usr/local/bin/cargo
+
RUN git clone --depth=1 https://github.com/mozilla/gecko-dev mozilla-central
WORKDIR mozilla-central/js/src/
COPY build.sh target.c $SRC/