Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
features: fix unsupported progtype/helper probes
By enabling feature probes for the program types Tracing, Extension, LSM and StructOps within the HaveProgramType API, we overlooked that this would cause false negative results when using these types with the HaveProgramHelper API. To probe for these program types we craft specialized ProgramSpecs, but don't do the same when probing for these types in combination with an arbitrary helper. For now we should return an inconclusive error from the HaveProgramHelper API until we find a better way to probe for helpers with these program types. Fixes: #1082 Signed-off-by: Robin Gögge <[email protected]>
- Loading branch information