schell / gelatin

A nice Haskell graphics API. There's always room for jello.
BSD 3-Clause "New" or "Revised" License
41 stars 4 forks source link

Fix travis errors #36

Open schell opened 6 years ago

schell commented 6 years ago

Travis is erring about:

0.77s$ sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install cabal-install-2.0 ghc-7.10.3 happy-1.19.5 alex-3.1.7
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package cabal-install-2.0
E: Couldn't find any package by glob 'cabal-install-2.0'
E: Couldn't find any package by regex 'cabal-install-2.0'
E: Unable to locate package ghc-7.10.3
E: Couldn't find any package by glob 'ghc-7.10.3'
E: Couldn't find any package by regex 'ghc-7.10.3'
E: Unable to locate package happy-1.19.5
E: Couldn't find any package by glob 'happy-1.19.5'
E: Couldn't find any package by regex 'happy-1.19.5'
E: Unable to locate package alex-3.1.7
E: Couldn't find any package by glob 'alex-3.1.7'
E: Couldn't find any package by regex 'alex-3.1.7'

@fgaz do you have any bandwidth to help debug this?

fgaz commented 6 years ago

I think it was just a temporary failure. Maybe some package index was outdated or got corrupted. Or does it happen often?

fgaz commented 6 years ago

Hmm.. it did happen in 2 out of 4 builds... Too bad the declarative apt addon does not support retrying