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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 35448298bc67
Choose a base ref
...
head repository: solvespace/solvespace
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 76b3efbd08cb
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 27, 2020

  1. Travis: allow Snap arm64 to fail

    arm64 builds on Travis are not yet fully mature and this
    causes a high failure rate that is not caused by our code.
    
    Continue building and deploying arm64 to the edge channel,
    but don't consider the result for the success of the whole
    build job.
    
    Alleviates #587
    ppd authored and whitequark committed Apr 27, 2020
    Copy the full SHA
    76b3efb View commit details
Showing with 3 additions and 0 deletions.
  1. +3 −0 .travis.yml
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -2,6 +2,9 @@ language: c
git:
submodules: false
jobs:
allow_failures:
- stage: deploy
name: Snap arm64
include:
- stage: test
name: "Debian"