Skip to content

Commit 1e4412f

Browse files
committed
Update TESTING.asciidoc with platform specific instructions (#38802)
This adds the instructions for building a platform-specific distribution.
1 parent 4ae0c07 commit 1e4412f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

TESTING.asciidoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ following:
1616
./gradlew assemble
1717
-----------------------------
1818

19+
To create a platform-specific build including the x-pack modules, use the
20+
following depending on your operating system:
21+
22+
-----------------------------
23+
./gradlew :distribution:archives:linux-tar:assemble --parallel
24+
./gradlew :distribution:archives:darwin-tar:assemble --parallel
25+
./gradlew :distribution:archives:windows-zip:assemble --parallel
26+
-----------------------------
27+
1928
=== Running Elasticsearch from a checkout
2029

2130
In order to run Elasticsearch from source without building a package, you can

0 commit comments

Comments
 (0)