Skip to content

Commit f3c6b7c

Browse files
czentgraditi-pandit
authored andcommitted
[native] Fix CentOS adapter install in dependency image
Velox PR 14046 moved the adapter installation to a new file. This needs to be referred to for the dependency image build.
1 parent 665e694 commit f3c6b7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

presto-native-execution/scripts/dockerfiles/centos-dependency.dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ COPY velox/CMake/resolve_dependency_modules/arrow/cmake-compatibility.patch /vel
2525
ENV VELOX_ARROW_CMAKE_PATCH=/velox/cmake-compatibility.patch
2626
RUN bash -c "mkdir build && \
2727
(cd build && ../scripts/setup-centos.sh && \
28-
../velox/scripts/setup-centos9.sh install_adapters && \
2928
../scripts/setup-adapters.sh && \
3029
source ../velox/scripts/setup-centos9.sh && \
30+
source ../velox/scripts/setup-centos-adapters.sh && \
31+
install_adapters && \
3132
install_clang15 && \
3233
install_cuda 12.8) && \
3334
rm -rf build"

0 commit comments

Comments
 (0)