about summary refs log tree commit diff
path: root/src/ci/docker/host-x86_64/x86_64-gnu-integration
AgeCommit message (Collapse)AuthorLines
2024-06-28Rename x86_64-gnu-integration builder to x86_64-fuchsiaTyler Mandry-163/+0
This better reflects what the builder actually does.
2024-06-28Clarify docsTyler Mandry-1/+2
2024-06-28Remove wasm targetTyler Mandry-5/+0
This should no longer be required to build Fuchsia.
2024-06-28Bump FuchsiaTyler Mandry-1/+1
This includes the quality-of-life improvements for developers in https://fxrev.dev/1061894.
2024-06-13Update fuchsia commit, and SDK to 21.20240610.2.1Erick Tryzelaar-15/+15
This includes a fix to the race when publishing multiple packages at the same time.
2024-06-07Add debugging utils and comments to Fuchsia scriptsTyler Mandry-32/+72
This should help when debugging a failure in the Fuchsia build in CI.
2024-04-13Bump Fuchsia versionsErick Tryzelaar-1/+1
This updates the Fuchsia commit used in `auto - x86_64-gnu-integration` CI bot to use the Rust commit 703dc9ce64d9b31a239a7280d9b5f9ddd85ffed6. This should help improve the coverage of this builder. It also updates the SDK version to F20.20240412.3.1, and the Fuchsia Clang version to c777c011a709dffd4fa5e79cad7947b7c3405d02.
2024-02-13Use system clang for wasm32_unknown_unknown on x86-gnu-integrationNikita Popov-0/+4
Fuchsia clang does not include the wasm32 target, so instead install and use system clang for this purpose.
2024-01-26Bump Fuchsia (includes building tests)Tyler Mandry-1/+2
This includes a change to the upstream build_fuchsia_from_rust_ci script that builds a minimal set of tests, to improve coverage on this builder.
2024-01-26Skip building cranelift for FuchsiaTyler Mandry-0/+3
This refactors run.sh to never override an explicit $CODEGEN_BACKENDS if set in the build.
2023-12-07Build Fuchsia in CITyler Mandry-0/+119