This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
Require task-creating clients to relativize to setup
directory
#2388
Labels
enhancement
New feature or request
Right now, when generating task configs, we prepend certain config parameters with the path prefix
setup/
when generating the config. If a client creates a task withtarget_exe = "my-fuzzer.exe"
, thenconfig.target_exe == "setup/my-fuzzer.exe"
. In general, the server expects the client to submit a blob container-relative virtual blob for such config parameters.Move this responsibility to the client, and require that task creators relativize paths as-needed using the
{setup_dir}
expansion variable. This expansion will not yet work in general, as described in #2387. As an interim step, have the CLI templates effect the hardcoding that is currently happening server-side.AB#41312886
The text was updated successfully, but these errors were encountered: