Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: solvespace/solvespace
base: 3ed1719de2dc
Choose a base ref
...
head repository: solvespace/solvespace
compare: 65ab59503acd
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Feb 8, 2020

  1. snap: Build snaps on Travis without remote-build & drop i386 + armhf

    Snapcraft's remote-build does not fit the requirements of CI,
    so replace it with builds running directly on Travis:
    
    1. Builds on Travis can run independently, whereas remote-build
    competes for the same resource (Launchpad) and will potentially
    block if multiple commits require building in succession.
    2. Snapcrafts CLI for remote-build is not designed to be easily
    scriptable.
    3. Travis recently introduced building on arm64, so builds for
    arm64 are now very fast and don't require emulation.
    
    We do not build for armhf and i386 any more because they are
    of little relevance on the desktop.
    ppd authored and whitequark committed Feb 8, 2020
    4 Configuration menu
    Copy the full SHA
    65ab595 View commit details
    Browse the repository at this point in the history