Skip to content

Commit 8c9ca4e

Browse files
rursprungdblock
andauthored
build no-jdk distributions as part of release build (#4902)
with commit e357246 the `build.sh` has been moved to this repository and with commit dfa1118 the missing no-jdk builds have been added. with these preliminary works done we can now start building the no-jdk distributions as part of the release build so that they can then be published. this is part of opensearch-project/opensearch-build#99. Signed-off-by: Ralph Ursprung <[email protected]> Signed-off-by: Ralph Ursprung <[email protected]> Co-authored-by: Daniel (dB.) Doubrovkine <[email protected]>
1 parent 0f477a2 commit 8c9ca4e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
4343
- Copy `build.sh` over from opensearch-build ([#4887](https://github.com/opensearch-project/OpenSearch/pull/4887))
4444
- Add project health badges to the README.md ([#4843](https://github.com/opensearch-project/OpenSearch/pull/4843))
4545
- Added changes for graceful node decommission ([#4586](https://github.com/opensearch-project/OpenSearch/pull/4586))
46+
- Build no-jdk distributions as part of release build ([#4902](https://github.com/opensearch-project/OpenSearch/pull/4902))
47+
4648
### Dependencies
4749
- Bumps `log4j-core` from 2.18.0 to 2.19.0
4850
- Bumps `reactor-netty-http` from 1.0.18 to 1.0.23

scripts/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ esac
139139

140140
echo "Building OpenSearch for $PLATFORM-$DISTRIBUTION-$ARCHITECTURE"
141141

142-
./gradlew :distribution:$TYPE:$TARGET:assemble -Dbuild.snapshot=$SNAPSHOT -Dbuild.version_qualifier=$QUALIFIER
142+
./gradlew :distribution:$TYPE:$TARGET:assemble :distribution:$TYPE:no-jdk-$TARGET:assemble -Dbuild.snapshot=$SNAPSHOT -Dbuild.version_qualifier=$QUALIFIER
143143

144144
# Copy artifact to dist folder in bundle build output
145145
[[ "$SNAPSHOT" == "true" ]] && IDENTIFIER="-SNAPSHOT"

0 commit comments

Comments
 (0)