From 03ec74600456bb8d5254d0ce1f21bcdb09edcd4f Mon Sep 17 00:00:00 2001 From: Ikiru Yoshizaki <3856350+guitarrapc@users.noreply.github.com> Date: Wed, 10 Jun 2026 19:51:49 +0900 Subject: [PATCH 1/2] ci: failure --- .github/workflows/build-natives.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-natives.yaml b/.github/workflows/build-natives.yaml index 1bfb9ae..d2f6754 100644 --- a/.github/workflows/build-natives.yaml +++ b/.github/workflows/build-natives.yaml @@ -298,7 +298,6 @@ jobs: - run: cargo build --target x86_64-apple-ios --profile ${PROFILE} env: PROFILE: ${{ env._RUST_BUILD_CONFIG == 'debug' && 'dev' || env._RUST_BUILD_CONFIG }} - env: IPHONEOS_DEPLOYMENT_TARGET: 12.0 - uses: Cysharp/Actions/.github/actions/upload-artifact@main with: From 260d22e382285253b9f564d90d9f6ac5b80c3ad7 Mon Sep 17 00:00:00 2001 From: Ikiru Yoshizaki <3856350+guitarrapc@users.noreply.github.com> Date: Wed, 10 Jun 2026 20:07:00 +0900 Subject: [PATCH 2/2] ci: fix retest failure --- .github/workflows/build-natives.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-natives.yaml b/.github/workflows/build-natives.yaml index d2f6754..6065998 100644 --- a/.github/workflows/build-natives.yaml +++ b/.github/workflows/build-natives.yaml @@ -67,6 +67,7 @@ jobs: native/target/x86_64-pc-windows-msvc/${{ env._RUST_BUILD_CONFIG }}/yaha_native.pdb retention-days: 1 - name: Run tests + shell: bash run: | dotnet tool restore dotnet retest -- -c ${_DOTNET_BUILD_CONFIG} ../test/YetAnotherHttpHandler.Test @@ -101,9 +102,10 @@ jobs: native/target/aarch64-pc-windows-msvc/${{ env._RUST_BUILD_CONFIG }}/yaha_native.pdb retention-days: 1 #- name: Run tests + # shell: bash # run: | # dotnet tool restore - # dotnet retest -- -c ${{ env._DOTNET_BUILD_CONFIG }} ../test/YetAnotherHttpHandler.Test + # dotnet retest -- -c ${_DOTNET_BUILD_CONFIG} ../test/YetAnotherHttpHandler.Test build-win-arm64-uwp: name: Build Native library (win-arm64-uwp) @@ -137,9 +139,10 @@ jobs: native/target/aarch64-uwp-windows-msvc/${{ env._RUST_BUILD_CONFIG }}/yaha_native.pdb retention-days: 1 #- name: Run tests + # shell: bash # run: | # dotnet tool restore - # dotnet retest -- -c ${{ env._DOTNET_BUILD_CONFIG }} ../test/YetAnotherHttpHandler.Test + # dotnet retest -- -c ${_DOTNET_BUILD_CONFIG} ../test/YetAnotherHttpHandler.Test build-linux-x64: name: Build Native library (linux-x64)