This is an automated email from the ASF dual-hosted git repository. lgbo-ustc pushed a commit to branch revert-12353-add_puslar_client_deps in repository https://gitbox.apache.org/repos/asf/gluten.git
commit 184104041b8c78b3f39d1f2f3deb7dde938047fe Author: lgbo <[email protected]> AuthorDate: Wed Jun 24 15:17:41 2026 +0800 Revert "add pulsar dependency (#12353)" This reverts commit f0506c9326ad0e00dcade0647cbe2f8decc6d996. --- .github/workflows/util/install-flink-deps.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/util/install-flink-deps.sh b/.github/workflows/util/install-flink-deps.sh index d2229982d3..eb350eaaff 100755 --- a/.github/workflows/util/install-flink-deps.sh +++ b/.github/workflows/util/install-flink-deps.sh @@ -16,7 +16,6 @@ LIBRDKAFKA_VERSION="v2.10.0" CPPKAFKA_VERSION="v0.4.1" -PULSAR_CLIENT_VERSION="v3.3.0" FROCKSDB_VERSION="FRocksDB-6.20.3" FROCKSDB_REPO="ververica/frocksdb" @@ -123,15 +122,9 @@ function install_rocksdb { cmake_install_dir frocksdb -DWITH_GFLAGS=OFF -DWITH_TESTS=OFF -DFAIL_ON_WARNINGS=OFF } -function_install_pulsarclient { - wget_and_untar https://github.com/apache/pulsar-client-cpp/archive/refs/tags/${PULSAR_CLIENT_VERSION}.tar.gz pulsarclient - cmake_install_dir pulsarclient -DBUILD_TESTS=OFF -} - function install_velox_deps { run_and_time install_librdkafka run_and_time install_cppkafka - run_and_time install_pulsarclient run_and_time install_rocksdb } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
