Skip to content

Commit 87dcf36

Browse files
committed
Standalone code style check
1 parent f2276fb commit 87dcf36

File tree

2 files changed

+0
-35
lines changed

2 files changed

+0
-35
lines changed

.github/workflows/clean

Whitespace-only changes.

.github/workflows/pr_ci.yaml

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@ jobs:
1818
mkdir -p /home/ubuntu/pr_runner/
1919
git clone https://github.com/chdb-io/chdb.git /home/ubuntu/pr_runner/chdb
2020
fi
21-
22-
- name: Check for ccache status
23-
run: |
24-
ccache -sv
25-
26-
- name: Copy submodules
27-
run: cp -a /builder_cache/contrib /home/ubuntu/pr_runner/chdb/
2821
2922
- name: Cleanup and update chdb directory
3023
run: |
@@ -46,31 +39,3 @@ jobs:
4639
python3 -m pip install flake8
4740
cd chdb && python3 -m flake8
4841
working-directory: /home/ubuntu/pr_runner/chdb
49-
50-
- name: Cleanup dist directory
51-
run: rm -rf /home/ubuntu/pr_runner/chdb/dist/*
52-
53-
- name: Set PYTHON_VERSIONS environment variable
54-
run: echo "PYTHON_VERSIONS=3.11" >> $GITHUB_ENV
55-
56-
- name: Run build script
57-
run: bash -x ./chdb/build_linux_arm64.sh
58-
working-directory: /home/ubuntu/pr_runner/chdb
59-
60-
- name: Check ccache statistics
61-
run: |
62-
ccache -s
63-
ls -lh chdb
64-
df -h
65-
working-directory: /home/ubuntu/pr_runner/chdb
66-
67-
- name: Audit wheels
68-
run: |
69-
export PYENV_ROOT="$HOME/.pyenv"
70-
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
71-
eval "$(pyenv init -)"
72-
pyenv local 3.11
73-
ls -lh dist
74-
python3 -m pip install auditwheel
75-
python3 -m auditwheel -v repair -w dist/ --plat manylinux_2_17_aarch64 dist/*.whl
76-
working-directory: /home/ubuntu/pr_runner/chdb

0 commit comments

Comments
 (0)