Results 24 comments of Norbert Schneider

We have the same problem with `restore_cache`. It looks like the `CommandException` prevents the download and later on commands fail because the file is not present. Here is another log:...

It should be installed in the base image https://github.com/GoogleCloudPlatform/cloud-builders/blob/master/gcloud/Dockerfile.slim

Related to https://github.com/FiloSottile/yubikey-agent/pull/54

@smlx I didn't know that project. Thx for the hint!

You can try to set `jazzer.internal.basedir` in `junit-platform.properties` to change the directory in which `.cifuzz-corpus` is placed. That being said, using `bazel test` should execute JUnit in a sandbox and...

The docker image is a helpful starting point if you don't want or can't install Jazzer locally. If you're starting out with Jazzer and struggle with general Docker usage, I...

You can specify Jazzer parameters in `junit-platform.properties`, but `-use_value_profile=1` is libFuzzer internal and not configurable that way. As value profile is a common requirement we added dedicated JUnit handling for...

Can you please elaborate on what exactly you want to do?