Skip to content

Commit a9df573

Browse files
oss-fuzz: fix patch (#1816)
Signed-off-by: David Korczynski <[email protected]>
1 parent a06dbdc commit a9df573

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

oss_fuzz_integration/oss-fuzz-patches.diff

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
diff --git a/infra/base-images/base-builder/Dockerfile b/infra/base-images/base-builder/Dockerfile
2-
index 4fa7a9100..810ac5608 100644
2+
index 828155e9d..f95198a49 100644
33
--- a/infra/base-images/base-builder/Dockerfile
44
+++ b/infra/base-images/base-builder/Dockerfile
5-
@@ -180,4 +180,14 @@ COPY llvmsymbol.diff $SRC
5+
@@ -190,6 +190,16 @@ COPY llvmsymbol.diff $SRC
66
COPY detect_repo.py /opt/cifuzz/
77
COPY bazel.bazelrc /root/.bazelrc
88

@@ -16,9 +16,11 @@ index 4fa7a9100..810ac5608 100644
1616
+COPY src /fuzz-introspector/src
1717
+COPY frontends /fuzz-introspector/frontends
1818
+
19-
CMD ["compile"]
19+
# Set up ccache binary and cache directory.
20+
# /ccache/bin will contain the compiler wrappers, and /ccache/cache will
21+
# contain the actual cache, which can be saved.
2022
diff --git a/infra/base-images/base-clang/Dockerfile b/infra/base-images/base-clang/Dockerfile
21-
index 757ea3de5..5be6bd30a 100644
23+
index 8f6486896..b4f50ac36 100644
2224
--- a/infra/base-images/base-clang/Dockerfile
2325
+++ b/infra/base-images/base-clang/Dockerfile
2426
@@ -45,6 +45,9 @@ RUN apt-get update && apt-get install -y git && \

0 commit comments

Comments
 (0)