Notes on cleanup needs
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 258
- Forks
- 68
- PR merge metrics
- No merged PRs in 30d
Description
Running list of things I need to cleanup post #131 and #133
- packages that provide `.la` files that still reference `osx-10.11` vs `osx-x86-64` need to be rebuilt (e.g. jpeg_turbo 1.4.0)
- tests that previously assumed the cwd are now broken like https://github.com/mapbox/mason/blob/48d2cc953005a20e3ac1c11ee7e73f9c6d3dadaf/scripts/postgis/2.2.2/.travis.yml#L21
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the cleanup items from #131 and #133, including the jpeg_turbo 1.4.0 package metadata and the PostGIS 2.2.2 .travis.yml example at the linked commit. First determine which packages still reference osx-10.11 and which tests depend on the current working directory. Done means the affected packages and tests have been identified and corrected, with their relevant checks passing.
Written by the indexing model from the issue text.
Assessment
- Domain
- build-system, testing
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100