Skip to content

Commit

Permalink
obstack support aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
wayyoungboy committed Jan 23, 2025
1 parent bbba43b commit 4c3a038
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,7 @@ jobs:
source activate obdiag
pwd
ls -lh
export RELEASE=`date +%Y%m%d%H%M`
sed -i 's/pip install -r requirements3.txt/curl https:\/\/bootstrap.pypa.io\/get-pip.py -o get-pip.py\n\
python3 get-pip.py\n\
pip3 install -r requirements3.txt/' ./rpm/oceanbase-diagnostic-tool.spec
python3 -m pip install --upgrade pip wheel
cat ./rpm/oceanbase-diagnostic-tool.spec
python3 --version
rpmbuild -bb ./rpm/oceanbase-diagnostic-tool.spec
bash dev_helper.sh pack
- name: Find rpm
run: |
Expand Down

0 comments on commit 4c3a038

Please sign in to comment.