aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/grpc-httpjson-transcoding
diff options
context:
space:
mode:
authorGravatar Navidem <navid.emamdoost@gmail.com>2022-06-09 04:39:25 -0500
committerGravatar GitHub <noreply@github.com>2022-06-09 19:39:25 +1000
commit291956b5016d274f48e089fff062078d9a76a402 (patch)
tree2cabb30cda28a12287d3d5d31ded3f3d399a26df /projects/grpc-httpjson-transcoding
parent605122c506a2cf2bf058533192c84d21734a0a65 (diff)
Set flags to use old pass manger (#7828)
* Set flags to use old pass manger * nit * Add comment to Dockerfile * More informative comment * nit
Diffstat (limited to 'projects/grpc-httpjson-transcoding')
-rw-r--r--projects/grpc-httpjson-transcoding/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/grpc-httpjson-transcoding/Dockerfile b/projects/grpc-httpjson-transcoding/Dockerfile
index 1746a42a..fecfd2f9 100644
--- a/projects/grpc-httpjson-transcoding/Dockerfile
+++ b/projects/grpc-httpjson-transcoding/Dockerfile
@@ -21,3 +21,6 @@ RUN apt-get update && apt-get install python -y
RUN git clone https://github.com/grpc-ecosystem/grpc-httpjson-transcoding.git
WORKDIR $SRC/grpc-httpjson-transcoding/
COPY build.sh $SRC/
+# This is to fix Fuzz Introspector build by using LLVM old pass manager
+# re https://github.com/ossf/fuzz-introspector/issues/305
+ENV OLD_LLVMPASS 1