Skip to content

Commit

Permalink
fix: snap build on armhf requires cmake, bindgen, clang
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed May 25, 2024
1 parent 2b7a20c commit 600a1d8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,9 @@ parts:
override-pull: |
snapcraftctl pull
snapcraftctl set-version `git describe --tags --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'`
build-packages:
- cmake
- bindgen
- llvm-dev
- libclang-dev
- clang

0 comments on commit 600a1d8

Please sign in to comment.