mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Appveyor: disable crypto/openssl_version
This commit is contained in:
+1
-1
@@ -95,7 +95,7 @@ test_script:
|
||||
$buildpath = @("C:\msys64\${env:compiler_path}\bin") + $oldpath
|
||||
$env:Path = $buildpath -join ';'
|
||||
Set-Location "${env:build}"
|
||||
Execute-Bash "VERBOSE=1 make -k -j2 check"
|
||||
Execute-Bash "VERBOSE=1 TOR_SKIP_TESTCASES=crypto/openssl_version make -k -j2 check"
|
||||
}
|
||||
|
||||
on_finish:
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
o Testing (CI):
|
||||
- On appveyor, skip the crypto/openssl_version test, which is failing
|
||||
because of a mismatched library installation. Fix for 33643.
|
||||
Reference in New Issue
Block a user