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

Added a trick to reduce the snap size #9

Open
wants to merge 8 commits into
base: stable
Choose a base branch
from

Commits on Jun 14, 2023

  1. Added a trick to reduce the snap size

    This trick reduces the size from 110 to 87 MBytes.
    sergio-costas committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    ef12fec View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    0f0e87a View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Keep the stage packages in the corresponding part

    Since the stage packages are installed at $CRAFT_PART_INSTALL
    before the BUILD stage begins, we can run the clean script in
    that point to remove all the duplicated files while keeping
    the stage packages in their corresponding part.
    
    This means that we have to run the cleaning script in each
    part, but since we check the files in the INSTALL folder
    (instead of checking all the files in the snaps and remove
    whichever ones match), it is still much faster than the
    previous method.
    sergio-costas committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    195d59a View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    0f1ef57 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    97bfa43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    612a250 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Little cleanups

    sergio-costas committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    f68306f View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Update to epiphany 44

    It is still incomplete, since sound doesn't work.
    sergio-costas committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    efdf70f View commit details
    Browse the repository at this point in the history