llvm-ml / llvm-ir-dataset-utils

Utilities for constructing a large dataset of LLVM IR
https://llvm-ir-dataset-utils.readthedocs.io
Apache License 2.0
13 stars 5 forks source link

Split Dockerfile by Builder #22

Open ludgerpaehler opened 7 months ago

ludgerpaehler commented 7 months ago

To be able to bump the number of builders, we need to consider how we can potentially split out the builders into separate Docker-containers, i.e.:

Dockerfile.spack
Dockerfile.rust
...

This would in turn also make the Docker containers a lot smaller, and more controlled in scope.

ludgerpaehler commented 7 months ago

Package as is, is launched out of the container so the splitting into separate Dockerfiles fits in with that approach.

ludgerpaehler commented 7 months ago

-