mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 16:19:13 +02:00
Remove Windows 2016 environment, generate 64 bit installer (#9202)
* Remove Windows 2016 environment, generate 64 bit installer * Add note to changelog * Use win_amd64 as installer suffix * Bump PYTHON_BITNESS to 64 * Require 64 bit Windows for the installer_build job * Update certbot install path * update windows test name * Base installer suffix on PYTHON_BITNESS again * Update changelog to request users uninstall old version
This commit is contained in:
@@ -26,8 +26,8 @@ source_paths = acme/acme certbot/certbot certbot-apache/certbot_apache certbot-c
|
||||
passenv =
|
||||
CERTBOT_NO_PIN
|
||||
platform =
|
||||
win: win32
|
||||
posix: ^(?!.*win32).*$
|
||||
win: win64
|
||||
posix: ^(?!.*win64).*$
|
||||
commands_pre = python {toxinidir}/tools/pipstrap.py
|
||||
commands =
|
||||
!cover-win: {[base]install_and_test} {[base]win_all_packages}
|
||||
|
||||
Reference in New Issue
Block a user