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 192e9cd commit 12fecdcCopy full SHA for 12fecdc
magefiles/magefile.go
@@ -182,7 +182,11 @@ func Build() error {
182
return err
183
}
184
185
- buildTags := []string{"custommalloc", "no_fs_access"}
+ buildTags := []string{
186
+ "custommalloc", // https://github.com/wasilibs/nottinygc#usage
187
+ "no_fs_access", // https://github.com/corazawaf/coraza#build-tags
188
+ "memoize_builders", // https://github.com/corazawaf/coraza#build-tags
189
+ }
190
// By default multiphase evaluation is enabled
191
if os.Getenv("MULTIPHASE_EVAL") != "false" {
192
buildTags = append(buildTags, "coraza.rule.multiphase_evaluation")
0 commit comments