Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add partialColFrom and sawTooth square #713

Merged
merged 8 commits into from
Oct 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/2.x-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
distro: ubuntu22.04
run: |
apt update -y > /dev/null
apt install git cmake build-essential libjansson-dev libsnappy-dev liblzma-dev libz-dev zlib1g pkg-config -y > /dev/null
apt install git cmake build-essential libexpat1-dev libjansson-dev libsnappy-dev liblzma-dev libz-dev zlib1g pkg-config -y > /dev/null

cd TDengine
mkdir debug ||:
Expand Down
123 changes: 0 additions & 123 deletions .github/workflows/3.0-alpine.yml

This file was deleted.

206 changes: 0 additions & 206 deletions .github/workflows/3.0-archlinux-release.yml

This file was deleted.

4 changes: 1 addition & 3 deletions .github/workflows/3.0-non-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ on:
# Triggers the workflow on push or pull request events but only for the develop branch
push:
branches:
- develop
- 3.0
- main
pull_request:
branches:
- develop
- 3.0
- main

Expand Down Expand Up @@ -140,7 +138,7 @@ jobs:
run: |
echo "Install packages on ${{ steps.setup.outputs.uname }}"
apt update -y > /dev/null
apt install -y cmake build-essential git libjansson-dev libsnappy-dev liblzma-dev libz-dev zlib1g pkg-config libssl-dev > /dev/null
apt install -y cmake libexpat1-dev build-essential git libjansson-dev libsnappy-dev liblzma-dev libz-dev zlib1g pkg-config libssl-dev > /dev/null
apt install libgflags2.2 libgflags-dev -y > /dev/null

echo "clone TDengine ${{ github.event.pull_request.base.ref }} on ${{ steps.setup.outputs.uname }}"
Expand Down
Loading
Loading