aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects
diff options
context:
space:
mode:
Diffstat (limited to 'projects')
-rw-r--r--projects/quickjs/Dockerfile2
-rwxr-xr-xprojects/quickjs/build.sh1
2 files changed, 1 insertions, 2 deletions
diff --git a/projects/quickjs/Dockerfile b/projects/quickjs/Dockerfile
index c7223a86..3e72ada2 100644
--- a/projects/quickjs/Dockerfile
+++ b/projects/quickjs/Dockerfile
@@ -17,6 +17,6 @@
FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y make
RUN git clone --depth 1 https://github.com/bellard/quickjs quickjs
-WORKDIR $SRC/
+WORKDIR $SRC/quickjs
COPY build.sh $SRC/
COPY fuzz*.c $SRC/
diff --git a/projects/quickjs/build.sh b/projects/quickjs/build.sh
index 471d5534..3ab68024 100755
--- a/projects/quickjs/build.sh
+++ b/projects/quickjs/build.sh
@@ -16,7 +16,6 @@
################################################################################
# build quickjs
-cd quickjs
# Makefile should not override CFLAGS
sed -i -e 's/CFLAGS=/CFLAGS+=/' Makefile
CONFIG_CLANG=y make libquickjs.a