We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 884713a commit 2d5f7aeCopy full SHA for 2d5f7ae
docs/build_integration.md
@@ -194,6 +194,11 @@ See the [Provided Environment Variables](https://github.com/google/oss-fuzz/blob
194
page in OSS-Fuzz's `base-builder` image documentation for more details on
195
environment variables that are available to `build.sh`.
196
197
+If some environment variables needs to be passed from your CI to the build,
198
+(such as `GOPROXY` for instance), any environment prefixed by `CFL_` can be used.
199
+The first step is `export CFL_MYENV=$MYENV` in the CI script.
200
+The second step is `export MYENV=$CFL_MYENV` in build.sh
201
+
202
## Fuzzer execution environment
203
204
You should not make any assumptions on the availability of dependent packages
0 commit comments