This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch try_earlier_os_cpp
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/try_earlier_os_cpp by this
push:
new 329b57491ec tru
329b57491ec is described below
commit 329b57491ec2559507f4018a560cdda5e1b6f1dc
Author: HTHou <[email protected]>
AuthorDate: Tue Aug 6 12:22:24 2024 +0800
tru
---
.github/workflows/multi-language-client.yml | 5 +++--
pom.xml | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/multi-language-client.yml
b/.github/workflows/multi-language-client.yml
index c50b8963edd..442454985d9 100644
--- a/.github/workflows/multi-language-client.yml
+++ b/.github/workflows/multi-language-client.yml
@@ -40,18 +40,19 @@ env:
MAVEN_ARGS: --batch-mode --no-transfer-progress
jobs:
+
cpp:
strategy:
fail-fast: false
max-parallel: 15
matrix:
- os: [ubuntu-24.04]
+ os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
runs-on: ${{ matrix.os}}
steps:
- uses: actions/checkout@v4
- name: Install CPP Dependencies (Ubuntu)
- if: matrix.os == 'ubuntu-24.04'
+ if: matrix.os == 'ubuntu-24.04' || matrix.os == 'ubuntu-22.04' ||
matrix.os == 'ubuntu-20.04'
shell: bash
run: |
sudo apt-get update
diff --git a/pom.xml b/pom.xml
index a17a51150f6..585b2884828 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,7 +87,7 @@
This is the version of the thrift binary, that we release separately
from here:
https://github.com/apache/iotdb-bin-resources/tree/main/iotdb-tools-thrift
-->
- <iotdb-tools-thrift.version>0.14.1.0</iotdb-tools-thrift.version>
+
<iotdb-tools-thrift.version>0.14.1.1-SNAPSHOT</iotdb-tools-thrift.version>
<jackson.version>2.15.4</jackson.version>
<!-- This is the last version to support the javax namespace -->
<jakarta.servlet-api.version>4.0.4</jakarta.servlet-api.version>