File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -173,9 +173,6 @@ RUN /arrow/ci/scripts/install_minio.sh latest /usr/local
173173COPY ci/scripts/install_gcs_testbench.sh /arrow/ci/scripts/
174174RUN /arrow/ci/scripts/install_gcs_testbench.sh default
175175
176- COPY ci/scripts/install_azurite.sh /arrow/ci/scripts/
177- RUN /arrow/ci/scripts/install_azurite.sh
178-
179176COPY ci/scripts/install_ceph.sh /arrow/ci/scripts/
180177RUN /arrow/ci/scripts/install_ceph.sh
181178
Original file line number Diff line number Diff line change @@ -22,13 +22,6 @@ set -e
2222node_version=" $( node --version) "
2323echo " Node.js version = ${node_version} "
2424
25- case " ${node_version} " in
26- v12.* )
27- echo " Node.js is too old. We can't install Azurite."
28- exit
29- ;;
30- esac
31-
3225azurite_version=latest
3326case " $( uname) " in
3427 Darwin)
You can’t perform that action at this time.
0 commit comments