This is an automated email from the ASF dual-hosted git repository.
lgbo-ustc pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gluten.git
The following commit(s) were added to refs/heads/main by this push:
new a8ae01a588 Revert "add pulsar dependency (#12353)" (#12354)
a8ae01a588 is described below
commit a8ae01a588fb37d4bbecf259714532134994c1c3
Author: kevinyhzou <[email protected]>
AuthorDate: Wed Jun 24 15:19:27 2026 +0800
Revert "add pulsar dependency (#12353)" (#12354)
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]