File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,8 @@ func (s *Builder) Run(context map[string]interface{}) error {
7575
7676 & ContainerBuildOptions {},
7777
78+ & RecipeByPrefixSuffixRunner {Prefix : constants .HOOKS_PREBUILD , Suffix : constants .HOOKS_PATTERN_SUFFIX },
79+
7880 & ContainerMergeCopySketchFiles {},
7981
8082 & ContainerFindIncludes {},
Original file line number Diff line number Diff line change 3030package builder
3131
3232import (
33- "arduino.cc/builder/constants"
3433 "arduino.cc/builder/types"
3534 "arduino.cc/builder/utils"
3635)
@@ -41,7 +40,6 @@ func (s *ContainerSetupHardwareToolsLibsSketchAndProps) Run(context map[string]i
4140 commands := []types.Command {
4241 & AddAdditionalEntriesToContext {},
4342 & FailIfBuildPathEqualsSketchPath {},
44- & RecipeByPrefixSuffixRunner {Prefix : constants .HOOKS_PREBUILD , Suffix : constants .HOOKS_PATTERN_SUFFIX },
4543 & HardwareLoader {},
4644 & PlatformKeysRewriteLoader {},
4745 & RewriteHardwareKeys {},
You can’t perform that action at this time.
0 commit comments