Skip to content

Commit faae0fe

Browse files
author
Mark R. Tuttle
committed
Remove Windows patches from GitHub actions.
1 parent e7f1e28 commit faae0fe

File tree

3 files changed

+3
-26
lines changed

3 files changed

+3
-26
lines changed

.github/workflows/vs2019/cbmc-dbghelp.patch

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/workflows/vs2019/cbmc-install.patch

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/workflows/vs2019/patch-cbmc.bat

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ REM Set up PATH to find Git Bash shell tools
44
PATH=%PATH%;"c:\Program Files\Git\usr\bin"
55

66
REM Patch CBMC with Visual Studio patches
7-
patch -p1 < .github\workflows\vs2019\cbmc-install.patch
8-
patch -p1 < .github\workflows\vs2019\cbmc-dbghelp.patch
7+
8+
REM Currently nothing to patch
9+
REM patch -p1 < .github\workflows\vs2019\PATCHFILE.patch

0 commit comments

Comments
 (0)