+++ /dev/null
-
-gbp-ggml:
- cd sources/ggml && \
- gbp buildpackage \
- --git-submodules \
- --git-debian-branch="debian/latest" \
- --git-builder="debuild -i -I --no-sign" \
- --git-cleaner="git clean -d -x -f"
## Development ##
When developing the packaging, cd to a layer directory and [use git-buildpackage as usual](https://honk.sigxcpu.org/projects/git-buildpackage/manual-html/).
-A shortcut is provided (which requires the dependent packages to be installed locally):
+A shortcut is provided (which requires the dependent packages to be installed locally). For example:
+ cd sources/whisper.cpp
../build.dev
-
-