Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aumetra/docker-alpine-mold

Dockerfile based on alpine containing the build-base and clang packages and mold built from main
https://github.com/aumetra/docker-alpine-mold

Last synced: 26 days ago
JSON representation

Dockerfile based on alpine containing the build-base and clang packages and mold built from main

Awesome Lists containing this project

README

        

# docker-alpine-mold

This builds an docker container that contains the latest mold built from main. I use this in my CI runs to speed up link times.
It also copies a cargo configuration to link every cargo project with mold using clang to invoke it.

Theoretically Alpine has the latest tagged mold release in its testing repository.
Unfortunately I had trouble getting it to install so consider this image as kind of a dirty fix.