Skip to content

Commit

Permalink
Merge pull request #182 from canonical/cli-snap-pip-no-binary-option
Browse files Browse the repository at this point in the history
When building the arch-independent snap, don't pip install binaries
  • Loading branch information
plars authored Jan 3, 2024
2 parents e7450ba + f58187a commit 17c83c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ parts:
testflinger-cli:
plugin: python
source: .
build-environment:
- PIP_NO_BINARY: ":all:"
override-pull: |
set -e
craftctl default
Expand Down

0 comments on commit 17c83c7

Please sign in to comment.