Files
2over12 a36fa80288 Switch to getting kzips using compdb fragments (#120)
* swtich to frags

* or true

* format

* add task id
2025-03-04 15:43:06 -05:00

10 lines
255 B
Docker

ARG BASE_IMAGE=myorg/myapp:latest
FROM ${BASE_IMAGE}
ENV FUZZING_LANGUAGE=c++
COPY ./compile_and_extract /usr/local/bin/compile_and_extract
RUN chmod +x /usr/local/bin/compile_and_extract
COPY gzs/kythe/ ${SRC}/kythe
ENV KYTHE_RELEASE_DIR=${SRC}/kythe/