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 {
75
75
76
76
& ContainerBuildOptions {},
77
77
78
+ & RecipeByPrefixSuffixRunner {Prefix : constants .HOOKS_PREBUILD , Suffix : constants .HOOKS_PATTERN_SUFFIX },
79
+
78
80
& ContainerMergeCopySketchFiles {},
79
81
80
82
& ContainerFindIncludes {},
Original file line number Diff line number Diff line change 30
30
package builder
31
31
32
32
import (
33
- "arduino.cc/builder/constants"
34
33
"arduino.cc/builder/types"
35
34
"arduino.cc/builder/utils"
36
35
)
@@ -41,7 +40,6 @@ func (s *ContainerSetupHardwareToolsLibsSketchAndProps) Run(context map[string]i
41
40
commands := []types.Command {
42
41
& AddAdditionalEntriesToContext {},
43
42
& FailIfBuildPathEqualsSketchPath {},
44
- & RecipeByPrefixSuffixRunner {Prefix : constants .HOOKS_PREBUILD , Suffix : constants .HOOKS_PATTERN_SUFFIX },
45
43
& HardwareLoader {},
46
44
& PlatformKeysRewriteLoader {},
47
45
& RewriteHardwareKeys {},
You can’t perform that action at this time.
0 commit comments