Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrien Ferrand <adferrand@users.noreply.github.com>2020-09-25 21:24:29 +0300
committerGitHub <noreply@github.com>2020-09-25 21:24:29 +0300
commitfeca125437ef1d51ed8cd31a70f45ca46b8f46d2 (patch)
treeb66216cd546b0c31d3fe076e92bc1541064636c1 /certbot-dns-cloudxns
parent1be005289a4bbac200fef95b355d8dfc7cc315f9 (diff)
Disable build isolation during snap dns plugins build (#8319)
Partial fix for #8256 This PR disable the build isolation for snap dns plugins similarly to what is done for the certbot snap.
Diffstat (limited to 'certbot-dns-cloudxns')
-rw-r--r--certbot-dns-cloudxns/snap/snapcraft.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/certbot-dns-cloudxns/snap/snapcraft.yaml b/certbot-dns-cloudxns/snap/snapcraft.yaml
index 29a63cfa7..89fa1489b 100644
--- a/certbot-dns-cloudxns/snap/snapcraft.yaml
+++ b/certbot-dns-cloudxns/snap/snapcraft.yaml
@@ -17,6 +17,7 @@ parts:
snapcraftctl set-version `grep ^version $SNAPCRAFT_PART_SRC/setup.py | cut -f2 -d= | tr -d "'[:space:]"`
build-environment:
- SNAP_BUILD: "True"
+ - PIP_NO_BUILD_ISOLATION: "no"
# To build cryptography and cffi if needed
build-packages: [gcc, libffi-dev, libssl-dev, python3-dev]
certbot-metadata: