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-06-11 00:33:02 +0300
committerGitHub <noreply@github.com>2020-06-11 00:33:02 +0300
commit9ac476e87befeb3085102c969d3e98ed2ba9dc65 (patch)
treef27173a3fa1148c347a6b0f134878e9e07cb8315 /.gitignore
parent8d776fb7acd34caa19c6c662244452dd8f6335b4 (diff)
Certbot snap multiarch build (#8016)
This PR proposes a way to build the certbot snap for several architectures, using a QEMU-base emulation approach, and several optimizations to keep the build time of each snap below 20 minutes. Most of the reasoning for the approach proposed here is described in the original PR: https://github.com/basak/certbot-snap-build/pull/27 On top of it, I added a docker pull to a pre-compiled snapcraft docker, instead of compiling it during the Travis pipeline, in order to save 5 to 7 minutes more on each snap build. The snap images are compiled and stored here: https://hub.docker.com/repository/docker/adferrand/snapcraft. Depending on the time the PR will be reviewed, we can: * continue to use `adferrand/snapcraft` * move its logic to certbot scope and use something like `certbot/snapcraft` * wait for https://github.com/snapcore/snapcraft/pull/3144 to be merged, and use `snapcore/snapcraft`. * Backport https://github.com/basak/certbot-snap-build/pull/27 into Certbot project * Fix build deps * Integrate proactively #8012 to fix builds on non-amd64 archs * Configure jobs on Travis * Focus on snap builds. Disable temporarily some jobs. Disable deploy actions by security. * Specify TARGET_ARCH during snap build * Do not do anything if TOXENV is not set * Various optimizations * Use recent version of ubuntu for get correct features on snap out of the box * Add up to date wheels * Organizing scripts * Set dest dir * Get back original configuration for Travis * Add comments * Update common_libs.sh * Use adferrand/snapcraft * Test build * Stable snapcraft * Update build_and_install.sh * Move back snap builds to the cron/release pipeline * Update snap/local/compile_native_wheels.sh Co-authored-by: Brad Warren <bmw@users.noreply.github.com> * Update snap/local/compile_native_wheels.sh Co-authored-by: Brad Warren <bmw@users.noreply.github.com> * Update snap/local/compile_native_wheels.sh Co-authored-by: Brad Warren <bmw@users.noreply.github.com> * Update snap/local/build_and_install.sh Co-authored-by: Brad Warren <bmw@users.noreply.github.com> * Enable i386 builds, various optimizations * Update dependencies * Configure a simple http server to serve the pre compiled wheels * Fix wheels compilation * Relax permissions Co-authored-by: Brad Warren <bmw@users.noreply.github.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 064e7fffe..34987d319 100644
--- a/.gitignore
+++ b/.gitignore
@@ -58,3 +58,5 @@ parts
prime
stage
*.snap
+snap-constraints.txt
+qemu-*