mirror of
https://github.com/openvswitch/ovs
synced 2025-08-22 01:51:26 +00:00
appveyor: Silence the git clone of pthreads4w.
Git by default reports progress on stderr. This doesn't fail the build, but upsets the powershell: git : Cloning into 'c:\pthreads4w-code'... At line:3 char:1 + git clone https://git.code.sf.net/p/pthreads4w/code c:\pthreads4w-cod ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (Cloning into 'c:\pthreads4w-code'...:String) [], RemoteException + FullyQualifiedErrorId : NativeCommandError Silence the git clone to avoid the warning. Acked-by: Alin Gabriel Serdean <aserdean@ovn.org> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
This commit is contained in:
parent
8bcc6d694c
commit
64cdc290ef
@ -29,7 +29,7 @@ init:
|
||||
|
||||
cd C:\openvswitch
|
||||
|
||||
git clone https://git.code.sf.net/p/pthreads4w/code c:\pthreads4w-code
|
||||
git clone -q https://git.code.sf.net/p/pthreads4w/code c:\pthreads4w-code
|
||||
|
||||
python3 -m pip install pypiwin32 --disable-pip-version-check
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user