rumpkernel / rumprun-packages

Ready-made packages of software for running on the Rumprun unikernel
Other
202 stars 80 forks source link

Fix OpenMP Travis Build Error #114

Open VincentS opened 8 years ago

VincentS commented 8 years ago

This should hopefully fix the OpenMP Travis build error.

VincentS commented 8 years ago

92 Reference Issue

VincentS commented 8 years ago

How can I check if OpenMP builds with this fix on Travis?

anttikantee commented 8 years ago

On 22/07/16 13:43, Vincent Schwarzer wrote:

How can I check if OpenMP builds with this fix on Travis?

AFAIR you just enable it in .travis.yml on a branch and either push that branch or open a PR with your .travis.yml change.

(it would be good to document this sort of thing somewhere, but the hard things is deciding where to document it)

anttikantee commented 8 years ago

Looking at the actual change, I don't think it's a good idea to hardcode bash instead of $(shell)