summaryrefslogtreecommitdiff
path: root/bolt/utils/docker/Dockerfile
AgeCommit message (Collapse)Author
2025-10-09[Bolt] Use fully qualified docker image name (NFC) (#162154)Baranov Victor
Based on https://github.com/llvm/llvm-project/pull/162007#issuecomment-3373161948, we should avoid having short links in docker images.
2025-03-05[BOLT] Remove unexisting targets from bolt dockerfile (#122321)Yevhen Babiichuk (DustDFG)
`perf2bolt` and `llvm-boltdiff` are now not separate targets but just symlinks to `llvm-bolt` created when you install `llvm-bolt` itself so when you try to build it ninja reports there are no targets for both of them
2024-07-25[BOLT] Update Docker to use Ubuntu 24.04 (#99421)Tristan Ross
Updates the Dockerfile to use Ubuntu 24.04 due to CMake wanting a newer version. Can be tested by trying to build the Docker image currently in main and then try building the Docker image in this PR.
2022-01-12[BOLT] Update repo location in DockerfileAmir Ayupov
2021-10-23[BOLT] Add DockerfileMaksim Panchenko
Summary: Dockerfile based on Ubuntu:20.04. Fixes facebookincubator/BOLT#214. (cherry picked from FBD31883210)