Skip to content

Commit c5b0eb1

Browse files
committed
proj: remove Makefile.Windows
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.
1 parent 86abdbb commit c5b0eb1

File tree

2 files changed

+0
-84
lines changed

2 files changed

+0
-84
lines changed

.github/workflows/test.yaml

-14
Original file line numberDiff line numberDiff line change
@@ -55,20 +55,6 @@ jobs:
5555
- run: export VALGRIND="valgrind -q"
5656
- run: make test integration
5757

58-
test-windows:
59-
name: Windows
60-
runs-on: windows-latest
61-
steps:
62-
- uses: actions/checkout@v4
63-
with:
64-
persist-credentials: false
65-
- name: Setup PATH for CL.EXE
66-
uses: ilammy/msvc-dev-cmd@v1
67-
# Remove link.exe from non-MSVC packages that interferes with MSVC link
68-
- run: rm "C:\Program Files\Git\usr\bin\link.exe"
69-
- run: rm "C:\msys64\usr\bin\link.exe"
70-
- run: make -f Makefile.Windows test integration
71-
7258
test-windows-cmake-debug:
7359
name: Windows CMake, Debug configuration
7460
runs-on: windows-latest

Makefile.Windows

-70
This file was deleted.

0 commit comments

Comments
 (0)