about summary refs log tree commit diff
path: root/src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile
AgeCommit message (Collapse)AuthorLines
2025-09-30Remove usage of `compiletest-use-stage0-libtest` from CIJakub Beránek-1/+0
2025-07-15ci cleanup: rustdoc-gui-test now installs browser-ui-testbinarycat-11/+0
this removes the need for --unsafe-perm in the Dockerfile.
2025-05-27ci: use ghcr registry for x86_64-gnu-tools jobMarcoIeni-1/+1
2025-04-07enable in-tree std on some runnersonur-ozkan-0/+1
Signed-off-by: onur-ozkan <work@onurozkan.dev>
2025-02-14Remove `build-gccjit.sh` scriptJakub Beránek-3/+0
2025-01-11ci: Organise shared helper scriptsKajetan Puchalski-2/+2
Move shared helper scripts used by Docker builds under docker/scripts.
2024-12-20Revert "Auto merge of #133809 - mrkajetanp:ci-aarch64-dist, r=Kobzol"Jakub Beránek-2/+2
This reverts commit 023521e6825edfa6df01e392520d7cb120eab158, reversing changes made to c434b4b4b6cd20560c5b32e80b2b22618a4da3dd.
2024-12-18ci: Organise shared helper scriptsKajetan Puchalski-2/+2
Move shared helper scripts used by Docker builds under docker/scripts.
2024-11-23ci: don't force CI rustc for `x86_64-gnu-tools`Jieyou Xu-1/+4
CI alt rustc builds do not have rustc debug assertions currently.
2024-10-08force `download-rustc=if-unchanged` for x86_64-gnu-tools runneronur-ozkan-0/+1
Signed-off-by: onur-ozkan <work@onurozkan.dev>
2024-10-04Enable `--no-sandbox` option by default for rustdoc GUI testsGuillaume Gomez-1/+1
2024-04-18CI: add script for installing NodeJS and update it to v20Jakub Beránek-3/+3
2024-04-08Manually set cache directory path when running GUI testsGuillaume Gomez-12/+10
2024-03-15Greatly reduce GCC build logsGuillaume Gomez-1/+2
2024-03-10Use full commit hash and remove `libgccjit.version` fileGuillaume Gomez-1/+0
2024-03-06Build libgccjit in CIGuillaume Gomez-3/+11
2023-11-02Force mangling version for rustc_codegen_gccGuillaume Gomez-1/+2
2023-11-02Fix rustc_codegen_gcc lto issueGuillaume Gomez-0/+2
2023-11-02Fix missing error libgccjit in CIGuillaume Gomez-0/+4
2023-10-30update which targets we test Miri onRalf Jung-0/+2
2023-01-11Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan-1/+1
2022-12-07CI: add missing line continuation markerDan Johnson-1/+1
Resolves this docker warning: ``` [WARNING]: Empty continuation line found in: RUN apt-get update && apt-get install -y --no-install-recommends g++ gcc-multilib make ninja-build file curl ca-certificates python2.7 python3.9 git cmake sudo gdb llvm-13-tools llvm-13-dev libedit-dev libssl-dev pkg-config zlib1g-dev xz-utils nodejs apt-transport-https software-properties-common && curl -s "https://packages.microsoft.com/config/ubuntu/$(lsb_release -rs)/packages-microsoft-prod.deb" > packages-microsoft-prod.deb && dpkg -i packages-microsoft-prod.deb && apt-get update && apt-get install -y powershell && rm -rf /var/lib/apt/lists/* Warning: : Empty continuation lines will become errors in a future release. ```
2022-12-02reduce docker image sizes by cleaning cache/squashing stepsklensy-3/+3
2022-08-23ci: Test rustdoc-gui with --jobs 1Josh Stone-1/+2
2022-08-23ci: upgrade Node.js in x86_64-gnu-toolsJosh Stone-2/+2
2022-08-23ci: Test rustdoc-gui with --no-sandboxJosh Stone-1/+1
2022-08-23ci: Upgrade non-dist Linux testers from 16.04 to 22.04Josh Stone-9/+3
2022-08-20Enable downloading prebuilt LLVM in test buildersMark Rousskov-0/+4
See comment added for details on the test builder restriction. This is primarily intended for macOS CI, but is likely to be a slight win on other builders too.
2022-08-09Allow old toolchain on some imagesNikita Popov-0/+1
LLVM 16 will require GCC >= 7.1. For now, set the flag that allows using an older toolchain.
2022-03-18Compare installed browser-ui-test version to the one used in CIGuillaume Gomez-2/+8
2022-03-16Update browser-ui-test version to 0.8.3Guillaume Gomez-1/+1
2022-03-12Update browser-ui-test version used in CIGuillaume Gomez-1/+1
2022-03-10Update browser-ui-test versionGuillaume Gomez-1/+1
2022-02-15Update browser-ui-test versionGuillaume Gomez-1/+1
2022-02-04Update browser-ui-test versionGuillaume Gomez-1/+1
2022-01-29Update browser-ui-test version to 0.5.8Guillaume Gomez-1/+1
2021-12-30Update browser-ui-test version to have assert-position commandGuillaume Gomez-1/+1
2021-12-12Update browser-ui-test version and improve rustdoc-gui tests readabilityGuillaume Gomez-1/+1
2021-11-25Update browser-ui-test version to enforce that text is displayed before ↵Guillaume Gomez-1/+1
checking colors
2021-10-19Upgrade browser-ui-test version to 0.4.5 (it allows to have multi-line commands)Guillaume Gomez-1/+1
2021-08-13Update browser-ui-test package versionGuillaume Gomez-1/+1
2021-07-14Update browser-ui-test package versionGuillaume Gomez-1/+1
2021-07-01Update container browser-ui-test@0.4.1Stefan Schindler-1/+1
2021-06-28Add new tool to check HTML:Guillaume Gomez-1/+2
* Make html-checker run by default on rust compiler docs as well * Ensure html-checker is run on CI * Lazify tidy binary presence check
2021-06-22Update browser-ui-test versionGuillaume Gomez-1/+1
2021-06-19Update browser-ui-test versionGuillaume Gomez-1/+1
2021-06-13Update browser-ui-test versionGuillaume Gomez-1/+1
2021-05-26Update install of browser-ui-test package in CIGuillaume Gomez-5/+7
2021-05-26Enforce rustdoc-gui test-suite runGuillaume Gomez-3/+53
2021-03-01Build newer version of cmake in Docker imagesNikita Popov-0/+3
LLVM requires CMake 3.13.4, which is only available as of Ubuntu 20.04. On images using an older version, build it manually.