go-spatial / tegola

Tegola is a Mapbox Vector Tile server written in Go
http://tegola.io/
MIT License
1.26k stars 193 forks source link

Refactor tegola_lambda CI to use Amazon Linux for building #790

Closed ARolek closed 3 years ago

ARolek commented 3 years ago

AWS Lambda uses Amazon Linux for Lambda executions. The previous build pipeline was using Ubuntu 18.04 to build tegola_lambda which had GLIB location parity with Amazon Linux. After upgrading to Ubuntu 20.04 the GLIB references between Ubuntu and Amazon Linux are no longer in parity so tegola_lambda fails to find GLIB during Lambda execution.

This commit accomplished the following:

closes #789

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 7564919ab-PR-790


Totals Coverage Status
Change from base Build 126d51113: 0.0%
Covered Lines: 5440
Relevant Lines: 12075

💛 - Coveralls