Skip to content

Commit

Permalink
Use the legacy snapcraft build until #9890 is fixed (#9891)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohemorange committed Feb 8, 2024
1 parent 282df74 commit b7ef536
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/snap/build_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,10 @@ def main():
subprocess.run(['tools/snap/generate_dnsplugins_all.sh'],
check=True, cwd=CERTBOT_DIR)

# Use the legacy remote launchpad build until
# https://github.com/certbot/certbot/issues/9890 is fixed
os.environ['SNAPCRAFT_REMOTE_BUILD_STRATEGY'] = 'force-fallback'

print('Start remote snap builds...')
print(f' - archs: {", ".join(archs)}')
print(f' - projects: {", ".join(sorted(targets))}')
Expand Down

0 comments on commit b7ef536

Please sign in to comment.