Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Don't build for VS Code target win32-ia32
Browse files Browse the repository at this point in the history
Based on microsoft/vscode-vsce#908 and microsoft/vscode#195559, it
appears that extensions should no longer be published for the now
removed win32-ia32 target.
  • Loading branch information
nvarner committed Nov 1, 2023
1 parent 1705019 commit cc7bad9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/full_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ jobs:
vs-code-target: win32-x64
features:

- os: windows-latest
rust-target: i686-pc-windows-msvc
vs-code-target: win32-ia32
features:

# Ring fails to compile on this target, so don't use rustls
- os: windows-latest
rust-target: aarch64-pc-windows-msvc
Expand Down

0 comments on commit cc7bad9

Please sign in to comment.