Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aumetra/docker-alpine-mold
- Owner: aumetra
- License: mit
- Created: 2022-03-21T01:22:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-24T09:13:07.000Z (over 2 years ago)
- Last Synced: 2024-11-07T23:13:50.197Z (3 months ago)
- Language: Dockerfile
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.