Skip to content

Commit 6a73249

Browse files
Ensure 3.0.0 use lucene9 for now (#5253)
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
1 parent 983a7f4 commit 6a73249

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/ci/dockerfiles/current/build.al2.opensearch.x64.arm64.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ SHELL ["/bin/bash", "-lc"]
6868
CMD ["/bin/bash", "-l"]
6969

7070
# Install ruby / rpm / fpm / openssl / gcc / binutils related dependencies
71-
RUN . /etc/profile.d/rvm.sh && rvm install 2.6.0 && rvm --default use 2.6.0 && yum install -y rpm-build createrepo texinfo && yum clean all
71+
RUN . /etc/profile.d/rvm.sh && rvm install 2.6.0 && rvm --default use 2.6.0 && yum install -y rpm-build createrepo && yum clean all
7272

7373
ENV RUBY_HOME=/usr/local/rvm/rubies/ruby-2.6.0/bin
7474
ENV RVM_HOME=/usr/local/rvm/bin

manifests/3.0.0/opensearch-3.0.0.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ci:
1010
components:
1111
- name: OpenSearch
1212
repository: https://github.com/opensearch-project/OpenSearch.git
13-
ref: main
13+
ref: '3.0.0-before-alpha1'
1414
checks:
1515
- gradle:publish
1616
- gradle:properties:version

0 commit comments

Comments
 (0)