Run CI for i686-pc-windows-msvc (#934)
This commit is contained in:
parent
ddecf15383
commit
e020a85ff0
5 changed files with 88 additions and 56 deletions
5
library/stdarch/.github/workflows/main.yml
vendored
5
library/stdarch/.github/workflows/main.yml
vendored
|
|
@ -96,10 +96,11 @@ jobs:
|
|||
|
||||
# Windows targets
|
||||
- x86_64-pc-windows-msvc
|
||||
- i686-pc-windows-msvc
|
||||
# FIXME: Disassembly not implemented for the # following targets:
|
||||
# - x86_64-pc-windows-gnu:
|
||||
# - i686-pc-windows-gnu:
|
||||
# - i686-pc-windows-msvc:
|
||||
# - aarch64-pc-windows-msvc:
|
||||
|
||||
include:
|
||||
- target: i686-unknown-linux-gnu
|
||||
|
|
@ -137,6 +138,8 @@ jobs:
|
|||
os: macos-latest
|
||||
- target: x86_64-pc-windows-msvc
|
||||
os: windows-latest
|
||||
- target: i686-pc-windows-msvc
|
||||
os: windows-latest
|
||||
- target: i586-unknown-linux-gnu
|
||||
os: ubuntu-latest
|
||||
- target: x86_64-linux-android
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue