about summary refs log tree commit diff
path: root/src/ci/docker/host-x86_64/dist-x86_64-linux
AgeCommit message (Expand)AuthorLines
2023-07-09Port PGO/LTO/BOLT optimized build pipeline to RustJakub Beránek-2/+5
2023-05-31Remove const eval limit and implement an exponential backoff lint insteadOli Scherer-1/+1
2023-04-24Revert "Download the GCC sources insecurely"Josh Stone-2/+1
2023-03-28Auto merge of #109561 - raphamorim:master, r=cuviperbors-1/+1
2023-03-24use llvm 16.0.0 instead of 16.0.0-rc4Raphael Amorim-1/+1
2023-03-22Update dist-x86_64-linux to GCC 8.5Nikita Popov-1/+1
2023-03-18Auto merge of #108802 - nikic:bolt-update, r=Mark-Simulacrumbors-1/+1
2023-03-15Bump to latest rustc-perfMark Rousskov-2/+2
2023-03-11Update host compiler to LLVM 16Nikita Popov-1/+1
2023-01-24Port pgo.sh to PythonJakub Beránek-1/+1
2022-12-02reduce docker image sizes by cleaning cache/squashing stepsklensy-1/+2
2022-11-01Revert "ci: Bring back ninja for dist builders"Jakub Beránek-4/+3
2022-10-30Auto merge of #103295 - ishitatsuyuki:ninja, r=cuviperbors-3/+4
2022-10-23Add `rust.lto` config optionJakub Beránek-1/+2
2022-10-20ci: Use ninja in build-clang.shTatsuyuki Ishi-2/+3
2022-10-20ci: Bring back ninja for dist buildersTatsuyuki Ishi-1/+1
2022-10-09Use BOLT in x64 dist CI to optimize LLVMJakub Beránek-2/+2
2022-09-14Distribute bootstrap in CI artifactsTuna-1/+1
2022-09-07Update LLVM used in x86 CI dist builds to `15.0.0`Jakub Beránek-1/+1
2022-08-04Link /rustroot/lib stuff for clang -m32 to seeJosh Stone-0/+5
2022-08-03Clarify the comment about CentOS 7's kernel versionJosh Stone-1/+3
2022-08-03Increase the minimum linux-gnu versionsJosh Stone-203/+23
2022-07-28bump rustc-perf commitJane Losare-Lusby-2/+2
2022-07-24Revert "Revert "Use ICF (identical code folding) for building rustc""Jubilee Young-1/+2
2022-07-18Revert "Use ICF (identical code folding) for building rustc"Jakub Beránek-2/+1
2022-07-17Use LLD linker for compiling rustc on Linux x64 and use ICF for binary size o...Jakub Beránek-1/+2
2022-07-11bump CI LLVM to 14.0.5Rémy Rakic-1/+1
2022-05-23Add bitmaps and diesel to `rustc` PGO benchmarksJakub Beránek-2/+2
2022-04-28Update LLVM used for building rustc in CI for x64 to LLVM 14.0.2Jakub Beránek-2/+7
2022-04-07Update rustc-perf version used in CI and also the corresponding PGO benchmarksJakub Beránek-1/+2
2021-11-13Change paths for `dist` command to match the components they generateJoshua Nelson-1/+1
2021-10-31Use ubuntu image to download openssl, curl sources, cacert.pemHans Kratz-28/+35
2021-10-14Switch to clang v13 as the C/C++ compiler used for bootstrapMark Rousskov-1/+1
2021-10-03Update Let's Encrypt ROOT CA certificate in dist-(i686|x86_64)-linux docker i...Hans Kratz-0/+5
2021-08-24PGO for LLVM builds on x86_64-unknown-linux-gnu in CIMark Rousskov-1/+11
2021-07-10Use nproc instead of hardcoded 10 for build parallelismNikita Popov-7/+7
2021-07-10Update binutils versionNikita Popov-3/+5
2021-07-10Use clang 12.0.1 on dist-x86_64/i686-linuxNikita Popov-4/+2
2021-06-25Download the GCC sources insecurelySmitty-1/+2
2021-06-23Use HTTPS links where possibleSmitty-1/+1
2021-03-01Build both Python 2 and Python 3 on x86 dist buildersNikita Popov-6/+9
2021-01-30Revert "Auto merge of #81489 - nikic:x86-64-dist-update, r=Mark-Simulacrum"Nikita Popov-9/+7
2021-01-28Update Python and Clang on x86 dist imagesNikita Popov-7/+9
2020-12-22Utilize PGO for rustc linux dist buildsMark Rousskov-3/+6
2020-11-11Linux dist: don't include unique symbols in libLLVMJethro Beekman-1/+2
2020-11-06fix shellcheck error of SC2068Daiki Ihara-1/+1
2020-11-06fix shellcheck error of SC2148Daiki Ihara-0/+1
2020-10-12ci: also build the build-manifest component on dist-x86_64-linuxPietro Albini-1/+3
2020-09-13remove orphaned filesTshepang Lekhonkhobe-52/+0
2020-08-26Debian 6 doesn't have ninja, so use make for the dist buildsJosh Triplett-1/+1