mateidavid / fast5

A C++ header-only library for reading Oxford Nanopore Fast5 files
MIT License
53 stars 16 forks source link

Travis-ci: build failing on ppc64le #26

Open sanjaymsh opened 4 years ago

sanjaymsh commented 4 years ago

Hi, I am enabling ppc64le build support on travis. But in case of ppc64le it failing with below error: " Reading state information... E: Unable to locate package docker-ce The command "sudo apt-get install -y -o Dpkg::Options::="--force-confnew" docker-ce" failed and exited with 100 during . Your build has been stopped."

The full can be tracked here: https://travis-ci.com/github/sanjaymsh/fast5/jobs/396264179

It seems that the file https://github.com/sanjaymsh/fast5/blob/master/.travis.Dockerfile.in#L1 "FROM buildpack-deps:jessie" this image is not having multiarch support.

I checked it here : https://hub.docker.com/_/buildpack-deps?tab=tags&page=1 If i am right , then if we can switch to some other version of image which is available?

Please have a look on it.

Thanks !!