From b3e96f25841eeb86f5de8551b44c499489cdd5eb Mon Sep 17 00:00:00 2001 From: sayantn Date: Fri, 28 Jun 2024 00:12:59 +0530 Subject: [PATCH] Update CI to accommodate for windows-gnu targets --- library/stdarch/.github/workflows/main.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/library/stdarch/.github/workflows/main.yml b/library/stdarch/.github/workflows/main.yml index c3e9d2109c58..9f165231a456 100644 --- a/library/stdarch/.github/workflows/main.yml +++ b/library/stdarch/.github/workflows/main.yml @@ -94,7 +94,7 @@ jobs: - thumbv7em-none-eabihf # macOS targets - #- x86_64-apple-darwin + - x86_64-apple-darwin - aarch64-apple-darwin # FIXME: gh-actions build environment doesn't have linker support # - i686-apple-darwin @@ -103,8 +103,7 @@ jobs: - x86_64-pc-windows-msvc - i686-pc-windows-msvc - aarch64-pc-windows-msvc - # FIXME: Disassembly not implemented for the # following targets: - # - x86_64-pc-windows-gnu: + - x86_64-pc-windows-gnu # - i686-pc-windows-gnu: include: @@ -155,6 +154,8 @@ jobs: - target: aarch64-pc-windows-msvc os: windows-latest norun: true + - target: x86_64-pc-windows-gnu + os: windows-latest - target: i586-unknown-linux-gnu os: ubuntu-latest - target: nvptx64-nvidia-cuda