aboutsummaryrefslogtreecommitdiffstats
path: root/docs/contributing.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/contributing.md')
-rw-r--r--docs/contributing.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/contributing.md b/docs/contributing.md
index 4d1278a1c..85ce77e6d 100644
--- a/docs/contributing.md
+++ b/docs/contributing.md
@@ -151,6 +151,12 @@ docker pull docker.pkg.github.com/google/syzkaller/env
docker tag docker.pkg.github.com/google/syzkaller/env gcr.io/syzkaller/env
```
+You can also build the container from the respective `Dockerfile` by setting the `SYZ_ENV_BUILD` environment variable, i.e.:
+```
+SYZ_ENV_BUILD=1 syz-env
+```
+This can be useful to test local changes that have not been pushed to the registry yet.
+
### Using [act](https://github.com/nektos/act)
.github/workflows has more tests compared to `syz-env make presubmit`. To have the same tests as the workflow, we can run these workflow jobs locally.
```