Skip to content

Commit

Permalink
proj: remove Makefile.Windows
Browse files Browse the repository at this point in the history
CMake is the recommended way to build rustls-ffi for Windows platforms.
This commit removes the manually curated Makefile specific to Windows to
reduce maintenance burden.
  • Loading branch information
cpu committed Mar 28, 2024
1 parent 86abdbb commit c5b0eb1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 84 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,6 @@ jobs:
- run: export VALGRIND="valgrind -q"
- run: make test integration

test-windows:
name: Windows
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Setup PATH for CL.EXE
uses: ilammy/msvc-dev-cmd@v1
# Remove link.exe from non-MSVC packages that interferes with MSVC link
- run: rm "C:\Program Files\Git\usr\bin\link.exe"
- run: rm "C:\msys64\usr\bin\link.exe"
- run: make -f Makefile.Windows test integration

test-windows-cmake-debug:
name: Windows CMake, Debug configuration
runs-on: windows-latest
Expand Down
70 changes: 0 additions & 70 deletions Makefile.Windows

This file was deleted.

0 comments on commit c5b0eb1

Please sign in to comment.