Skip to content

Commit

Permalink
Create frequency.c from .pyx before building base package
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-rs authored Jan 21, 2025
1 parent 8968ff4 commit 06e4287
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipelines/templates/stages/build-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ stages:
# Build base
cd assemblyline-base
echo $VERSION > assemblyline/VERSION
cythonize -i assemblyline/common/frequency.pyx
python -m build -s -o ${SYSTEM_DEFAULTWORKINGDIRECTORY}/dist/ &
# Build core
Expand Down

0 comments on commit 06e4287

Please sign in to comment.