Skip to content

Commit ae78fc6

Browse files
Switch to SerialDeps in packageAgent. (#11449) (#11463)
(cherry picked from commit 047ea7a) Co-authored-by: Blake Rouse <[email protected]>
1 parent 236b744 commit ae78fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

magefile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1183,7 +1183,7 @@ func packageAgent(ctx context.Context, platforms []string, dependenciesVersion s
11831183
// package agent
11841184
log.Println("--- Running post packaging ")
11851185
mg.Deps(Update)
1186-
mg.Deps(agentBinaryTargets...)
1186+
mg.SerialDeps(agentBinaryTargets...)
11871187

11881188
// compile the elastic-agent.exe proxy binary for the windows archive
11891189
if slices.Contains(platforms, "windows/amd64") {

0 commit comments

Comments
 (0)