File tree Expand file tree Collapse file tree 2 files changed +0
-35
lines changed Expand file tree Collapse file tree 2 files changed +0
-35
lines changed Original file line number Diff line number Diff line change 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 : |
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
You can’t perform that action at this time.
0 commit comments