Skip to content

Commit 112c32b

Browse files
committed
Disable msvc 2005 building within WINE in precommit hooks
1 parent 2a25ee5 commit 112c32b

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@ repos:
3939
entry: python -c "import urllib.request; exec(urllib.request.urlopen('https://raw.githubusercontent.com/SamuelMarks/c-ci/master/precommit_matrix.py').read())" test clang
4040
language: python
4141
pass_filenames: false
42-
- id: build-msvc-2005-wine
43-
name: Build and Test (MSVC 2005 Wine)
44-
entry: python -c "import urllib.request; exec(urllib.request.urlopen('https://raw.githubusercontent.com/SamuelMarks/c-ci/master/precommit_matrix.py').read())" build msvc_2005_wine
45-
language: python
46-
pass_filenames: false
4742
- id: build-msvc
4843
name: Build (MSVC)
4944
entry: python -c "import urllib.request; exec(urllib.request.urlopen('https://raw.githubusercontent.com/SamuelMarks/c-ci/master/precommit_matrix.py').read())" build msvc

0 commit comments

Comments
 (0)