Skip to content

Commit

Permalink
[7.17](backport #37870) Fix libbeat BK crosscompile step (#37881)
Browse files Browse the repository at this point in the history
* Fix libbeat BK crosscompile step (#37870)

(cherry picked from commit a21051d)

# Conflicts:
#	libbeat/scripts/Makefile

* Update Makefile

* Update Makefile

---------

Co-authored-by: sharbuz <87968844+sharbuz@users.noreply.github.com>
  • Loading branch information
mergify[bot] and sharbuz authored Feb 6, 2024
1 parent 8d96ca9 commit 3616bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbeat/scripts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ SYSTEM_TESTS?=false ## @testing if true, "make test" and "make testsuite" run un
STRESS_TESTS?=false ## @testing if true, "make test" and "make testsuite" run also run the stress tests
STRESS_TEST_OPTIONS?=-timeout=20m -race -v
GOX_OS?=linux darwin windows freebsd netbsd openbsd ## @Building List of all OS to be supported by "make crosscompile".
GOX_OSARCH?=!darwin/arm !darwin/arm64 !darwin/386 ## @building Space separated list of GOOS/GOARCH pairs to build by "make crosscompile".
GOX_OSARCH?=!darwin/arm !darwin/386 !linux/386 !windows/386 !freebsd/386 !netbsd/386 !openbsd/386 !linux/ppc64 ## @building Space-separated list of GOOS/GOARCH pairs to exclude (unsupported by GO and generated by GOX) in the "make crosscompile" build.
GOX_FLAGS?= ## @building Additional flags to append to the gox command used by "make crosscompile".
# XXX: Should be switched back to `snapshot` once the Elasticsearch
# snapshots are working. https://github.com/elastic/beats/pull/6416
Expand Down

0 comments on commit 3616bac

Please sign in to comment.