Skip to content

Commit c3d1833

Browse files
committed
Update CI to accommodate for windows-gnu targets
1 parent b36e66d commit c3d1833

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- thumbv7em-none-eabihf
9595

9696
# macOS targets
97-
#- x86_64-apple-darwin
97+
- x86_64-apple-darwin
9898
- aarch64-apple-darwin
9999
# FIXME: gh-actions build environment doesn't have linker support
100100
# - i686-apple-darwin
@@ -103,8 +103,7 @@ jobs:
103103
- x86_64-pc-windows-msvc
104104
- i686-pc-windows-msvc
105105
- aarch64-pc-windows-msvc
106-
# FIXME: Disassembly not implemented for the # following targets:
107-
# - x86_64-pc-windows-gnu:
106+
- x86_64-pc-windows-gnu
108107
# - i686-pc-windows-gnu:
109108

110109
include:
@@ -155,6 +154,8 @@ jobs:
155154
- target: aarch64-pc-windows-msvc
156155
os: windows-latest
157156
norun: true
157+
- target: x86_64-pc-windows-gnu
158+
os: windows-latest
158159
- target: i586-unknown-linux-gnu
159160
os: ubuntu-latest
160161
- target: nvptx64-nvidia-cuda

0 commit comments

Comments
 (0)