From 0886d640a573daf12de9f5c777d2f7183bed5a83 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Thu, 24 Apr 2025 23:52:06 +0900 Subject: [PATCH 1/2] ci: Test AArch64 Windows --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9816c46a947..01be644f26d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -554,6 +554,9 @@ jobs: - target: aarch64-unknown-linux-gnu os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved rustflags: --cfg tokio_taskdump + - target: aarch64-pc-windows-msvc + os: windows-11-arm + rustflags: --cfg tokio_taskdump steps: - uses: actions/checkout@v4 - name: Install Rust stable @@ -598,6 +601,9 @@ jobs: - target: aarch64-unknown-linux-gnu os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved rustflags: --cfg tokio_taskdump + - target: aarch64-pc-windows-msvc + os: windows-11-arm + rustflags: --cfg tokio_taskdump steps: - uses: actions/checkout@v4 - name: Install Rust stable From 97dff1f7ba1d8c6ace217440c9ff98f872942961 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 4 May 2025 18:11:54 +0900 Subject: [PATCH 2/2] tokio_taskdump is linux-only --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01be644f26d..f6680967ed2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -556,7 +556,6 @@ jobs: rustflags: --cfg tokio_taskdump - target: aarch64-pc-windows-msvc os: windows-11-arm - rustflags: --cfg tokio_taskdump steps: - uses: actions/checkout@v4 - name: Install Rust stable @@ -603,7 +602,6 @@ jobs: rustflags: --cfg tokio_taskdump - target: aarch64-pc-windows-msvc os: windows-11-arm - rustflags: --cfg tokio_taskdump steps: - uses: actions/checkout@v4 - name: Install Rust stable