aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorGravatar Max Moroz <mmoroz@chromium.org>2020-02-06 11:11:24 -0800
committerGravatar Max Moroz <mmoroz@chromium.org>2020-02-06 11:11:24 -0800
commit69f75431fe26e48a03b01599228142cce7da0ab6 (patch)
tree36b0c8137e16796281828d7295e46f606c4d623c /infra
parent67353e882d42ee3f5b28e987b21dd82268878754 (diff)
[infra] Dummy change in the base-builder to test something.
Diffstat (limited to 'infra')
-rw-r--r--infra/base-images/base-builder/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/base-images/base-builder/README.md b/infra/base-images/base-builder/README.md
index 1ff88e6b..4e94bb08 100644
--- a/infra/base-images/base-builder/README.md
+++ b/infra/base-images/base-builder/README.md
@@ -1,5 +1,5 @@
# base-builder
-> Abstract base image for libfuzzer builders.
+> Abstract base image for project builders.
Every project image supports multiple commands that can be invoked through docker after the image is built:
@@ -43,7 +43,7 @@ docker run --rm -ti -e <i>SANITIZER</i>=<i>undefined</i> gcr.io/oss-fuzz/sqlite3
| `/out/` | `$OUT` | Directory to store build artifacts (fuzz targets, dictionaries, options files, seed corpus archives). |
| `/src/` | `$SRC` | Directory to checkout source files |
| `/work/`| `$WORK` | Directory for storing intermediate files |
-| `/usr/lib/libFuzzingEngine.a` | `$LIB_FUZZING_ENGINE` | Location of prebuilt fuzzing engine library (e.g. libFuzzer ) that needs to be linked with all fuzz targets.
+| `/usr/lib/libFuzzingEngine.a` | `$LIB_FUZZING_ENGINE` | Location of prebuilt fuzzing engine library (e.g. libFuzzer) that needs to be linked with all fuzz targets.
While files layout is fixed within a container, the environment variables are
provided to be able to write retargetable scripts.