Skip to content

Commit

Permalink
Update CI build script for Python
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Aug 1, 2024
1 parent 82e92da commit 186811a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/python.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/bash
set -e

pip install build

./autogen.sh
./configure PYTHON=/usr/bin/python3 CC=clang CXX=clang++ CXXFLAGS='-O1'
make -C Python
make -C Python wheel

0 comments on commit 186811a

Please sign in to comment.