Merge branch 'main' into feat/wangxu/taosd-ci

This commit is contained in:
Feng Chao 2025-03-08 20:31:34 +08:00 committed by GitHub
commit 4a8bd494db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -62,6 +62,7 @@ jobs:
else else
run_function_test="false" run_function_test="false"
fi fi
echo "run function test: ${run_function_test}" echo "run function test: ${run_function_test}"
# Output the results for GitHub Actions # Output the results for GitHub Actions

View File

@ -93,7 +93,7 @@ If you want to compile taosAdapter or taosKeeper, you need to install Go 1.18 or
### For Ubuntu 18.04、20.04、22.04 ### For Ubuntu 18.04、20.04、22.04
```bash ```bash
sudo apt-get udpate sudo apt-get update
sudo apt-get install -y gcc cmake build-essential git libjansson-dev \ sudo apt-get install -y gcc cmake build-essential git libjansson-dev \
libsnappy-dev liblzma-dev zlib1g-dev pkg-config libsnappy-dev liblzma-dev zlib1g-dev pkg-config
``` ```