about summary refs log tree commit diff
path: root/src/ci/run.sh
AgeCommit message (Expand)AuthorLines
2025-08-10Enable RUST_BACKTRACE=1 on CIJakub Beránek-0/+3
2025-07-01Do not enable LLD by default in the dist profileJakub Beránek-4/+3
2025-06-10enable rustc debug assertions on -alt buildsRémy Rakic-0/+5
2025-06-09Disable download-rustc on CIJakub Beránek-3/+5
2025-04-23Download GCC from CI on test buildersJakub Beránek-0/+3
2025-03-17replace config.toml to bootstrap.toml in src/ci, src/etc/* and tests/run-makebit-aloo-2/+2
2025-03-16Auto merge of #137011 - LuuuXXX:promote-ohos-with-host-tools, r=Amanieubors-1/+5
2025-03-15Auto merge of #137665 - Kobzol:update-sccache, r=marcoienibors-1/+1
2025-03-14Remove `RUN_CHECK_WITH_PARALLEL_QUERIES`Jakub Beránek-13/+0
2025-03-14Rollup merge of #138396 - Kobzol:ci-metrics, r=marcoieniJacob Pratt-14/+5
2025-03-13Output job doc URL to allow Rust Log Analyzer to access itJakub Beránek-0/+4
2025-03-12Update sccache to 0.10.0Jakub Beránek-1/+1
2025-03-12Enable metrics and verbose tests in PR CIJakub Beránek-14/+5
2025-03-05disable link libstdc++ staticallyLuuuXXX-1/+5
2025-02-27Use original command for showing sccache statsJakub Beránek-1/+1
2025-02-14Print advanced sccache statisticsJakub Beránek-1/+1
2024-11-20ci: Disable full `debuginfo-level=2` in windows alt jobMarcoIeni-1/+1
2024-11-14Rollup merge of #132010 - cuviper:alt-full-debuginfo, r=Mark-SimulacrumGuillaume Gomez-1/+6
2024-11-12Auto merge of #132954 - matthiaskrgr:rollup-x3rww9h, r=matthiaskrgrbors-3/+1
2024-11-12Auto merge of #132282 - Noratrieb:it-is-the-end-of-serial, r=cjgillotbors-4/+1
2024-11-12Delete the `cfg(not(parallel))` serial compilerNoratrieb-4/+1
2024-11-11ci: Enable full `debuginfo-level=2` in `DEPLOY_ALT`Josh Stone-1/+6
2024-11-11Revert "do not trust download-rustc=if-unchanged on CI for now"onur-ozkan-3/+1
2024-11-10do not trust download-rustc=if-unchanged on CI for nowRalf Jung-1/+3
2024-10-25remove `change-id` from CI scriptonur-ozkan-5/+0
2024-10-08Fix quotation marks around debug line in `src/ci/run.sh`Josh Stone-1/+1
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/+2
2024-10-08handle CI rustc incompatible runnersonur-ozkan-0/+5
2024-10-08disable CI rustc when not using CI LLVMonur-ozkan-0/+2
2024-10-08use precompiled rustc for non-dist builders by defaultonur-ozkan-0/+4
2024-07-16Fix git safe-directory path for docker imagesEric Huss-1/+1
2024-06-28disable lld if external llvm is usedonur-ozkan-0/+4
2024-05-30compiletest: clarify COMPILETEST_NEEDS_ALL_LLVM_COMPONENTS errorRalf Jung-1/+1
2024-05-29ci: Consolidate $IS_NOT_LATEST_LLVM into $EXTERNAL_LLVMJubilee Young-6/+2
2024-02-16Changes to CI related to mingw and MSYSMatt Harding-1/+1
2024-01-26Skip building cranelift for FuchsiaTyler Mandry-3/+5
2024-01-07Auto merge of #119556 - onur-ozkan:optimized-compiler-builtins, r=onur-ozkanbors-0/+9
2024-01-07add a new `optimized_compiler_builtins` optionjyn-0/+9
2024-01-03Rollup merge of #119298 - onur-ozkan:silence-change-tracker-warning-for-ci, r...León Orell Valerian Liehr-1/+6
2023-12-29suppress change-tracker warnings in containersonur-ozkan-1/+6
2023-12-28Remove `--enable-missing-tools` usage in CIJakub Beránek-4/+0
2023-11-30Fix cg_gcc CI runGuillaume Gomez-0/+8
2023-11-11merge `if-available` and `if-unchanged` for `download-ci-llvm`onur-ozkan-1/+1
2023-11-06Auto merge of #117435 - SparrowLii:nightly_parallel, r=oli-obk,davidtwcobors-2/+2
2023-11-02Add comment explaining why the ENABLE_GCC_CODEGEN env variable is neededGuillaume Gomez-2/+4
2023-11-02Fix invalid enabling of gcc backend in `run.sh`Guillaume Gomez-2/+2
2023-11-02Rename `SKIP_CODEGEN_TESTS` into `ENABLE_GCC_CODEGEN`Guillaume Gomez-1/+1
2023-11-02Don't include GCC backend if SKIP_CODEGEN_TESTS is not enabledGuillaume Gomez-2/+7
2023-11-02Run rustc_codegen_gcc tests in the CIGuillaume Gomez-1/+1