about summary refs log tree commit diff
path: root/src/ci/github-actions
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2024-06-12 15:44:57 +0200
committerGitHub <noreply@github.com>2024-06-12 15:44:57 +0200
commitee45f5bdb368cd3e8e89666353a16fab0174ec28 (patch)
tree905cddd4a241a2704158e359d5d94d0287925ab4 /src/ci/github-actions
parentbbe9a9c20bac888efae2c7f033fb6cb3925a65b7 (diff)
parent537f531b4ea648d4be0e53db00a5a6c15745bdac (diff)
downloadrust-ee45f5bdb368cd3e8e89666353a16fab0174ec28.tar.gz
rust-ee45f5bdb368cd3e8e89666353a16fab0174ec28.zip
Rollup merge of #126039 - dpaoliello:arm64ecbuild, r=davidtwco
Promote `arm64ec-pc-windows-msvc` to tier 2

MCP: <https://github.com/rust-lang/compiler-team/issues/746>

* Update platform support docs
* Add `arm64ec-pc-windows-msvc` as a target to the existing AArch64 Windows build in CI.
* Fix docs build break.
* Add `arm64ec-pc-windows-msvc` to build manifest.

CI build (succeeded, but upload to S3 failed): <https://github.com/rust-lang/rust/actions/runs/9388227822/job/25853013083?pr=126039>
Diffstat (limited to 'src/ci/github-actions')
-rw-r--r--src/ci/github-actions/jobs.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml
index 1db763735e6..010e1b8fd51 100644
--- a/src/ci/github-actions/jobs.yml
+++ b/src/ci/github-actions/jobs.yml
@@ -428,6 +428,7 @@ auto:
       RUST_CONFIGURE_ARGS: >-
         --build=x86_64-pc-windows-msvc
         --host=aarch64-pc-windows-msvc
+        --target=aarch64-pc-windows-msvc,arm64ec-pc-windows-msvc
         --enable-full-tools
         --enable-profiler
       SCRIPT: python x.py dist bootstrap --include-default-paths