]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Disable visual-2015 tests (#3106)
authorElliot Gorokhovsky <embg@fb.com>
Thu, 31 Mar 2022 16:26:20 +0000 (12:26 -0400)
committerGitHub <noreply@github.com>
Thu, 31 Mar 2022 16:26:20 +0000 (12:26 -0400)
.github/workflows/dev-short-tests.yml

index a547969166404af698a182b03f447cd9af8551cc..9f51508415c6184f1c3b17a4f569b877e7e65398 100644 (file)
@@ -214,22 +214,23 @@ jobs:
         msbuild "build\VS2010\zstd.sln" /m /verbosity:minimal /property:PlatformToolset=v142
         /t:Clean,Build /p:Platform=${{matrix.platform}} /p:Configuration=${{matrix.configuration}}
 
-  visual-2015:
-    # only GH actions windows-2016 contains VS 2015
-    runs-on: windows-2016
-    strategy:
-      matrix:
-        platform: [x64, Win32]
-        configuration: [Debug, Release]
-    steps:
-    - uses: actions/checkout@v2
-    - name: Add MSBuild to PATH
-      uses: microsoft/setup-msbuild@v1.0.2
-    - name: Build
-      working-directory: ${{env.GITHUB_WORKSPACE}}
-      run: >
-        msbuild "build\VS2010\zstd.sln" /m /verbosity:minimal /property:PlatformToolset=v140
-        /t:Clean,Build /p:Platform=${{matrix.platform}} /p:Configuration=${{matrix.configuration}}
+# TODO: fix as part of https://github.com/facebook/zstd/issues/3064
+#  visual-2015:
+#    # only GH actions windows-2016 contains VS 2015
+#    runs-on: windows-2016
+#    strategy:
+#      matrix:
+#        platform: [x64, Win32]
+#        configuration: [Debug, Release]
+#    steps:
+#    - uses: actions/checkout@v2
+#    - name: Add MSBuild to PATH
+#      uses: microsoft/setup-msbuild@v1.0.2
+#    - name: Build
+#      working-directory: ${{env.GITHUB_WORKSPACE}}
+#      run: >
+#        msbuild "build\VS2010\zstd.sln" /m /verbosity:minimal /property:PlatformToolset=v140
+#        /t:Clean,Build /p:Platform=${{matrix.platform}} /p:Configuration=${{matrix.configuration}}
 
   minimal-decompressor-macros:
     runs-on: ubuntu-latest