File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 94
94
- thumbv7em-none-eabihf
95
95
96
96
# macOS targets
97
- # - x86_64-apple-darwin
97
+ - x86_64-apple-darwin
98
98
- aarch64-apple-darwin
99
99
# FIXME: gh-actions build environment doesn't have linker support
100
100
# - i686-apple-darwin
@@ -103,9 +103,8 @@ jobs:
103
103
- x86_64-pc-windows-msvc
104
104
- i686-pc-windows-msvc
105
105
- aarch64-pc-windows-msvc
106
- # FIXME: Disassembly not implemented for the # following targets:
107
- # - x86_64-pc-windows-gnu:
108
- # - i686-pc-windows-gnu:
106
+ - x86_64-pc-windows-gnu
107
+ - i686-pc-windows-gnu
109
108
110
109
include :
111
110
- target : i686-unknown-linux-gnu
@@ -155,6 +154,10 @@ jobs:
155
154
- target : aarch64-pc-windows-msvc
156
155
os : windows-latest
157
156
norun : true
157
+ - target : x86_64-pc-windows-gnu
158
+ os : windows-latest
159
+ - target : i686-pc-windows-gnu
160
+ os : windows-latest
158
161
- target : i586-unknown-linux-gnu
159
162
os : ubuntu-latest
160
163
- target : nvptx64-nvidia-cuda
You can’t perform that action at this time.
0 commit comments