facebookarchive / BOLT

Binary Optimization and Layout Tool - A linux command-line utility used for optimizing performance of binaries
2.52k stars 179 forks source link

`Dockerfile` is gone #214

Closed lnicola closed 3 years ago

lnicola commented 3 years ago

It's still available on the master branch at https://github.com/facebookincubator/BOLT/blob/master/utils/docker/Dockerfile, but not on main.

rafaelauler commented 3 years ago

We changed a few things because the main branch reflects our proposal to merge with the llvm monorepo.

We do have a similar Dockerfile here, though: https://github.com/facebookincubator/BOLT/blob/main/.github/workflows/Dockerfile

This one is used to trigger a test of BOLT for github PRs.