Skip to content

Commit

Permalink
Correctly fixe how selected packages are defined (#30039)
Browse files Browse the repository at this point in the history
I will skip the run of the test suite.

- It will take 3 hours to run.
- It will not test the present code path, I will do a follow-up on that.
- Teams are blocked over this in the release manager.
- This code is now exactly the same as 7.17 https://github.com/elastic/beats/blob/7.17/dev-tools/mage/crossbuild.go#L47
  • Loading branch information
ph authored Jan 26, 2022
1 parent a473d94 commit d84d342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-tools/mage/crossbuild.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const defaultCrossBuildTarget = "golangCrossBuild"
var Platforms = BuildPlatforms.Defaults()

// SelectedPackageTypes is the list of package types
var SelectedPackageTypes []PackageType = []PackageType{}
var SelectedPackageTypes []PackageType

func init() {
// Allow overriding via PLATFORMS.
Expand Down

0 comments on commit d84d342

Please sign in to comment.