mason icon indicating copy to clipboard operation
mason copied to clipboard

Add libpostal in mason

Open manoharuss opened this issue 5 years ago • 2 comments
trafficstars

manoharuss avatar Jul 15 '20 22:07 manoharuss

Hi @springmeyer when you have time, could you review this PR for installing libpostal from mason.

build works for me locally on osx with

./mason build libpostal 1.1-alpha

I wasn't able to use ./mason trigger libpostal 1.1-alpha as I didn't not have MASON_TRAVIS_TOKEN variable.

Travis: The expat installation seems return a md5 sha mismatch. I do not completely understand what happens if i directly update the sha there. could you also help with that. https://travis-ci.org/github/mapbox/mason/builds/711237110

manoharuss avatar Jul 23 '20 20:07 manoharuss

Travis: The expat installation seems return a md5 sha mismatch. I do not completely understand what happens if i directly update the sha there. could you also help with that.

@manoharuss a mismatched hash like that usually means there was a problem with the download. I retried the build and it succeeded.

I wasn't able to use ./mason trigger libpostal 1.1-alpha as I didn't not have MASON_TRAVIS_TOKEN variable.

You can use the travis gem to fetch this token, there are instructions in the readme: https://github.com/mapbox/mason#trigger

mattficke avatar Aug 03 '20 16:08 mattficke