aboutsummaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorFabian Meumertzheim <fabian@meumertzhe.im>2022-12-15 09:03:19 +0100
committerFabian Meumertzheim <fabian@meumertzhe.im>2022-12-19 11:23:39 +0100
commit752875c3de6365aad8c590cb6170b40422217fe2 (patch)
tree13800e205c8b79167bfdbdb4d12ecb85286d1841 /docker
parentd1a969d8a42da44d55dcf39a9093fdcc04200165 (diff)
downloadjazzer-api-752875c3de6365aad8c590cb6170b40422217fe2.tar.gz
all: Merge `//driver/...` and `//agent/...`
The "driver" and the "agent" used to be separate components of Jazzer that were written in different languages (C++ and Java), but this is no longer the case: They are now mostly implemented in Java and deployed as a single jar. The natural separation into Java packages rather than top-level directories fits this architecture better. This commit has been produced by moving the directory contents, replacing `//(agent|driver)/` with `//`, running `buildifier -r .` and manually editing non-BUILD occurences (e.g. .bazelrc, format.sh as well as runfiles paths).
Diffstat (limited to 'docker')
-rw-r--r--docker/jazzer/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/jazzer/Dockerfile b/docker/jazzer/Dockerfile
index 550f5991..a234a31c 100644
--- a/docker/jazzer/Dockerfile
+++ b/docker/jazzer/Dockerfile
@@ -27,7 +27,7 @@ RUN curl -L https://github.com/bazelbuild/bazelisk/releases/download/v1.11.0/baz
touch /usr/bin/ld.gold && \
bazelisk build --config=docker //launcher:jazzer && \
mkdir -p /app && \
- cp $(bazelisk cquery --config=docker --output=files //driver/src/main/java/com/code_intelligence/jazzer:jazzer_standalone_deploy.jar) /app/jazzer_standalone.jar && \
+ cp $(bazelisk cquery --config=docker --output=files //src/main/java/com/code_intelligence/jazzer:jazzer_standalone_deploy.jar) /app/jazzer_standalone.jar && \
cp $(bazelisk cquery --config=docker --output=files //launcher:jazzer) /app/
# :debug includes a busybox shell, which is needed for libFuzzer's use of system() for e.g. the