Skip to content

Commit

Permalink
build(snap): force pip to build all deps
Browse files Browse the repository at this point in the history
This is to assess the "damage" time-wise on the building of the snap.
  • Loading branch information
tigarmo committed Aug 14, 2024
1 parent 034ca5c commit 231904c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ parts:
- enable-patchelf
build-environment:
- "CFLAGS": "$(pkg-config python-3.10 yaml-0.1 --cflags)"
- "PIP_NO_BINARY": ":all:"
organize:
bin/craftctl: libexec/rockcraft/craftctl
override-build: |
Expand Down

0 comments on commit 231904c

Please sign in to comment.