Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use prebuilt Docker image in GitHub action to speed it up #532

Merged
merged 1 commit into from
Sep 18, 2023

Conversation

Booligoosh
Copy link
Contributor

@Booligoosh Booligoosh commented Sep 13, 2023

Reduces the duration of workflows using this action by 3-5mins, as it doesn't have to build Tilemaker each workflow, it can just pull the Docker image.

Reduces the duration of workflows using this action by 3-5mins
@systemed systemed merged commit b360f40 into systemed:master Sep 18, 2023
5 checks passed
@systemed
Copy link
Owner

Thank you!

Booligoosh added a commit to Booligoosh/sydneybikemap that referenced this pull request Sep 19, 2023
@systemed
Copy link
Owner

systemed commented Nov 3, 2023

This is currently failing because:

/tilemaker: error while loading shared libraries: liblua5.1.so.0: cannot open shared object file: No such file or directory
[130](https://github.com/systemed/tilemaker/actions/runs/6745034408/job/18337406859#step:4:131)
##[debug]Docker Action run completed with exit code 127
[131](https://github.com/systemed/tilemaker/actions/runs/6745034408/job/18337406859#step:4:132)

I am way out of my depth here (I just write C++...), but @Booligoosh, if you have any ideas do say.

@Booligoosh
Copy link
Contributor Author

Hey, had a look and managed to get it working again in #567. See the PR description for context.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants