Skip to content

Commit

Permalink
remove win32-msvc from build matrix as it fails due to permission-den…
Browse files Browse the repository at this point in the history
…ied with rustup.exe

This seems like an odd problem to have and nothign to spend time on given
the lack of importance of the win32 platform. We would except open-rs
to build fine on win32 if it builds for win64.
  • Loading branch information
Byron committed Feb 5, 2023
1 parent 7ab725a commit 1f4a9f9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/cross-platform-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
RUST_BACKTRACE: 1
strategy:
matrix:
build: [linux, linux-arm, macos, win-msvc, win-gnu, win32-msvc]
build: [linux, linux-arm, macos, win-msvc, win-gnu]
include:
- build: linux
os: ubuntu-18.04
Expand All @@ -42,10 +42,6 @@ jobs:
os: windows-2019
rust: stable
target: x86_64-pc-windows-gnu
- build: win32-msvc
os: windows-2019
rust: stable
target: i686-pc-windows-msvc

steps:
- name: Checkout repository
Expand Down

0 comments on commit 1f4a9f9

Please sign in to comment.