canonical / core18

The core18 base snap
14 stars 26 forks source link

Use snapcraft's now-non-default destructive mode for building on travis #138

Closed sil2100 closed 5 years ago

sil2100 commented 5 years ago

Currently travis CI fails as snapcraft wants to install multipass and expects running in an interactive mode. We actually don't need multipass, which would make the test runs much slower.

sil2100 commented 5 years ago

E: Failed to fetch http://apt.postgresql.org/pub/repos/apt/dists/xenial-pgdg/main/binary-amd64/Packages.bz2 Hash Sum mismatch E: Failed to fetch http://apt.postgresql.org/pub/repos/apt/dists/xenial-pgdg/main/binary-i386/Packages.bz2 Writing more data than expected (209052 > 209044) E: Some index files failed to download. They have been ignored, or old ones used instead. The command "sudo apt-get update" exited with 100.

<- the tests are now passing, but we still have this one strange issue. Might this be transient?

sil2100 commented 5 years ago

Ok, it was transient. Merging.