summary refs log tree commit diff
path: root/src/ci/docker/host-x86_64
AgeCommit message (Expand)AuthorLines
2024-11-13define all the clippy lints we check in CI in a stepPietro Albini-3/+1
2024-11-03Remove the `wasm32-wasi` target from rustcAlex Crichton-1/+0
2024-10-31Rollup merge of #132294 - tmandry:bump-fuchsia, r=lqdJubilee-1/+1
2024-10-31Bump FuchsiaTyler Mandry-1/+1
2024-10-29Rollup merge of #131375 - klensy:clone_on_ref_ptr, r=cjgillotJubilee-1/+2
2024-10-28split clippy task for library and compiler, so different lints can be enabledklensy-1/+2
2024-10-27Revert "ci update freebsd version proposal, freebsd 12 being eol."David Carlier-6/+6
2024-10-25Auto merge of #131917 - jieyouxu:rmake-clang, r=Kobzolbors-3/+1
2024-10-22Address review comments on wasm32v1-none targetGraydon Hoare-0/+1
2024-10-22ci: run the full `run-make` test suite许杰友 Jieyou Xu (Joe)-3/+1
2024-10-21Auto merge of #120869 - devnexen:update_fbsd_ci, r=Mark-Simulacrumbors-7/+7
2024-10-18checktools.sh: add link to issue for more context about disabled Miri testsRalf Jung-0/+2
2024-10-12Rollup merge of #131334 - heiher:loong-sanitizers, r=Mark-SimulacrumTrevor Gross-0/+2
2024-10-11move dummy commit logic into x86_64-gnu-llvm-18onur-ozkan-12/+0
2024-10-08force `download-rustc=if-unchanged` for x86_64-gnu-tools runneronur-ozkan-0/+1
2024-10-08fix `ci_rustc_if_unchanged_logic` testonur-ozkan-1/+1
2024-10-08disable download-rustc on x86_64-gnu-integrationonur-ozkan-0/+4
2024-10-08make an explicit change on compiler then run bootstrap testonur-ozkan-1/+14
2024-10-06Enable sanitizers for loongarch64-unknown-*WANG Rui-0/+2
2024-10-04Enable `--no-sandbox` option by default for rustdoc GUI testsGuillaume Gomez-1/+1
2024-09-28Update `browser-ui-test` version to `0.18.1`Guillaume Gomez-1/+1
2024-09-28update Docker ?David Carlier-1/+1
2024-09-28ci update freebsd version proposal, freebsd 12 being eol.David Carlier-6/+6
2024-09-27Update libgccjit version used in CIGuillaume Gomez-1/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-09-20Add --enable-profiler to armhf distElli Howard-1/+1
2024-09-18Update the minimum external LLVM to 18Josh Stone-62/+2
2024-09-17Add zlib to musl dist image so rust-lld will support zlib compression for deb...Kyle Huey-0/+1
2024-09-14Auto merge of #129974 - cuviper:ci-llvm-19, r=Mark-Simulacrumbors-0/+62
2024-09-07Fix bash syntaxChris Denton-1/+1
2024-09-07Fix checktools.sh non-msvc buildsChris Denton-4/+7
2024-09-07Split x86_64-msvc-ext into two jobsChris Denton-5/+7
2024-09-05Rollup merge of #101339 - the8472:ci-randomize-debug, r=Mark-SimulacrumMatthias Krüger-0/+1
2024-09-04ci: add a runner for vanilla LLVM 19Josh Stone-0/+62
2024-09-04Auto merge of #129356 - nikic:llvm19-host, r=Mark-Simulacrumbors-1/+2
2024-08-31enable layout randomization in x86_64-gnu-llvm-17 CI jobThe 8472-0/+1
2024-08-25enable `llvm.libzstd` on test x64 linux builderRémy Rakic-1/+2
2024-08-25move and rename zstd scriptRémy Rakic-3/+32
2024-08-21Update x86_64-linux host compiler to LLVM 19 rc 3Nikita Popov-1/+2
2024-08-19Auto merge of #128722 - tgross35:new-resolver-root, r=Mark-Simulacrumbors-1/+1
2024-08-18Switch to using the v2 resolver in most workspacesTrevor Gross-1/+1
2024-08-13Update `crosstool-ng` for loongarch64WANG Rui-2/+2
2024-08-09Install zstd in dist builder image.Kyle Huey-0/+4
2024-08-09Add zlib and zstd dev packages for building lld.Kyle Huey-0/+2
2024-08-09Enable zstd for debug compression.Kyle Huey-0/+1
2024-08-03Promote riscv64gc-unknown-linux-musl to tier 2Amanieu d'Antras-2/+12
2024-07-29Reformat `use` declarations.Nicholas Nethercote-0/+1
2024-07-26Update Android testing to API 21, matching NDK 26Matthew Maurer-5/+5
2024-07-23Bump FuchsiaTyler Mandry-1/+1
2024-07-22Rollup merge of #127923 - ferrocene:use-reuse-tool-4.0, r=pietroalbiniTrevor Gross-57/+81