Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build and runtime failures of snap #3172

Merged
merged 3 commits into from
Oct 9, 2024

Commits on Oct 8, 2024

  1. snapcraft.yaml: bump node version to support globalThis

    Signed-off-by: Dilyn Corner <dilyn.corner@canonical.com>
    dilyn-corner committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    b9c0d88 View commit details
    Browse the repository at this point in the history
  2. snapcraft.yaml: switch autoconf to automake

    automake requires autoconf, and most systems using autotools require both
    
    Signed-off-by: Dilyn Corner <dilyn.corner@canonical.com>
    dilyn-corner committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    5a80418 View commit details
    Browse the repository at this point in the history
  3. snapcraft.yaml: identical files should not fail cp

    cp will bail just in case source=dest, and in that case we do not care
    if dest is overwritten.
    
    Signed-off-by: Dilyn Corner <dilyn.corner@canonical.com>
    dilyn-corner committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    2926333 View commit details
    Browse the repository at this point in the history