Skip to content

Commit

Permalink
When building the arch-independent snap, don't pip install binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
plars committed Jan 2, 2024
1 parent e7450ba commit f58187a
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 f58187a

Please sign in to comment.