diff mbox series

[v2,2/2] block: enable libnfs on msys2/mingw in cirrus.yml

Message ID 20201013001545.1958-3-luoyonggang@gmail.com
State Superseded
Headers show
Series Fixes building nfs on msys2/mingw | expand

Commit Message

罗勇刚(Yonggang Luo) Oct. 13, 2020, 12:15 a.m. UTC
At the begging libnfs are not enabled because of compiling error,
now it's fixed so enable it

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
---
 .cirrus.yml | 1 +
 1 file changed, 1 insertion(+)

Comments

Max Reitz Nov. 5, 2020, 11:43 a.m. UTC | #1
On 13.10.20 02:15, Yonggang Luo wrote:
> At the begging libnfs are not enabled because of compiling error,
> now it's fixed so enable it
> 
> Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
> ---
>   .cirrus.yml | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/.cirrus.yml b/.cirrus.yml
> index f42ccb956a..2c6bf45e6d 100644
> --- a/.cirrus.yml
> +++ b/.cirrus.yml
> @@ -109,6 +109,7 @@ windows_msys2_task:
>             mingw-w64-x86_64-cyrus-sasl \
>             mingw-w64-x86_64-curl \
>             mingw-w64-x86_64-gnutls \
> +          mingw-w64-x86_64-libnfs \
>             "
>           bitsadmin /transfer msys_download /dynamic /download /priority FOREGROUND `
>             https://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-python-sphinx-2.3.1-1-any.pkg.tar.xz `

I’d love to test this, unfortunately git.qemu.org has some issues now 
and so I can’t run Cirrus tests. :/

I suppose I’ll retry when git.qemu.org works again.

Max
罗勇刚(Yonggang Luo) Nov. 5, 2020, 12:32 p.m. UTC | #2
On Thu, Nov 5, 2020 at 7:43 PM Max Reitz <mreitz@redhat.com> wrote:
>
> On 13.10.20 02:15, Yonggang Luo wrote:
> > At the begging libnfs are not enabled because of compiling error,
> > now it's fixed so enable it
> >
> > Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
> > ---
> >   .cirrus.yml | 1 +
> >   1 file changed, 1 insertion(+)
> >
> > diff --git a/.cirrus.yml b/.cirrus.yml
> > index f42ccb956a..2c6bf45e6d 100644
> > --- a/.cirrus.yml
> > +++ b/.cirrus.yml
> > @@ -109,6 +109,7 @@ windows_msys2_task:
> >             mingw-w64-x86_64-cyrus-sasl \
> >             mingw-w64-x86_64-curl \
> >             mingw-w64-x86_64-gnutls \
> > +          mingw-w64-x86_64-libnfs \
> >             "
> >           bitsadmin /transfer msys_download /dynamic /download
/priority FOREGROUND `
> >
https://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-python-sphinx-2.3.1-1-any.pkg.tar.xz
`
>
> I’d love to test this, unfortunately git.qemu.org has some issues now
> and so I can’t run Cirrus tests. :/
>
> I suppose I’ll retry when git.qemu.org works again.
>
> Max
>
Maybe we arealdy switched to gitlab?

--
         此致
礼
罗勇刚
Yours
    sincerely,
Yonggang Luo
<div dir="ltr"><br><br>On Thu, Nov 5, 2020 at 7:43 PM Max Reitz &lt;<a href="mailto:mreitz@redhat.com">mreitz@redhat.com</a>&gt; wrote:<br>&gt;<br>&gt; On 13.10.20 02:15, Yonggang Luo wrote:<br>&gt; &gt; At the begging libnfs are not enabled because of compiling error,<br>&gt; &gt; now it&#39;s fixed so enable it<br>&gt; &gt;<br>&gt; &gt; Signed-off-by: Yonggang Luo &lt;<a href="mailto:luoyonggang@gmail.com">luoyonggang@gmail.com</a>&gt;<br>&gt; &gt; ---<br>&gt; &gt;   .cirrus.yml | 1 +<br>&gt; &gt;   1 file changed, 1 insertion(+)<br>&gt; &gt;<br>&gt; &gt; diff --git a/.cirrus.yml b/.cirrus.yml<br>&gt; &gt; index f42ccb956a..2c6bf45e6d 100644<br>&gt; &gt; --- a/.cirrus.yml<br>&gt; &gt; +++ b/.cirrus.yml<br>&gt; &gt; @@ -109,6 +109,7 @@ windows_msys2_task:<br>&gt; &gt;             mingw-w64-x86_64-cyrus-sasl \<br>&gt; &gt;             mingw-w64-x86_64-curl \<br>&gt; &gt;             mingw-w64-x86_64-gnutls \<br>&gt; &gt; +          mingw-w64-x86_64-libnfs \<br>&gt; &gt;             &quot;<br>&gt; &gt;           bitsadmin /transfer msys_download /dynamic /download /priority FOREGROUND `<br>&gt; &gt;             <a href="https://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-python-sphinx-2.3.1-1-any.pkg.tar.xz">https://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-python-sphinx-2.3.1-1-any.pkg.tar.xz</a> `<br>&gt;<br>&gt; I’d love to test this, unfortunately <a href="http://git.qemu.org">git.qemu.org</a> has some issues now<br>&gt; and so I can’t run Cirrus tests. :/<br>&gt;<br>&gt; I suppose I’ll retry when <a href="http://git.qemu.org">git.qemu.org</a> works again.<br>&gt;<br>&gt; Max<br>&gt;<br>Maybe we arealdy switched to gitlab?<br><br>--<br>         此致<br>礼<br>罗勇刚<br>Yours<br>    sincerely,<br>Yonggang Luo</div>
Max Reitz Nov. 5, 2020, 2:40 p.m. UTC | #3
On 05.11.20 13:32, 罗勇刚(Yonggang Luo) wrote:
> 
> 
> On Thu, Nov 5, 2020 at 7:43 PM Max Reitz <mreitz@redhat.com 
> <mailto:mreitz@redhat.com>> wrote:
>  >
>  > On 13.10.20 02:15, Yonggang Luo wrote:
>  > > At the begging libnfs are not enabled because of compiling error,
>  > > now it's fixed so enable it
>  > >
>  > > Signed-off-by: Yonggang Luo <luoyonggang@gmail.com 
> <mailto:luoyonggang@gmail.com>>
>  > > ---
>  > >   .cirrus.yml | 1 +
>  > >   1 file changed, 1 insertion(+)
>  > >
>  > > diff --git a/.cirrus.yml b/.cirrus.yml
>  > > index f42ccb956a..2c6bf45e6d 100644
>  > > --- a/.cirrus.yml
>  > > +++ b/.cirrus.yml
>  > > @@ -109,6 +109,7 @@ windows_msys2_task:
>  > >             mingw-w64-x86_64-cyrus-sasl \
>  > >             mingw-w64-x86_64-curl \
>  > >             mingw-w64-x86_64-gnutls \
>  > > +          mingw-w64-x86_64-libnfs \
>  > >             "
>  > >           bitsadmin /transfer msys_download /dynamic /download 
> /priority FOREGROUND `
>  > > 
> https://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-python-sphinx-2.3.1-1-any.pkg.tar.xz 
> <https://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-python-sphinx-2.3.1-1-any.pkg.tar.xz> 
> `
>  >
>  > I’d love to test this, unfortunately git.qemu.org 
> <http://git.qemu.org> has some issues now
>  > and so I can’t run Cirrus tests. :/
>  >
>  > I suppose I’ll retry when git.qemu.org <http://git.qemu.org> works again.
>  >
>  > Max
>  >
> Maybe we arealdy switched to gitlab?

I hope not, or it would be really sad that I didn’t notice...

Max
diff mbox series

Patch

diff --git a/.cirrus.yml b/.cirrus.yml
index f42ccb956a..2c6bf45e6d 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -109,6 +109,7 @@  windows_msys2_task:
           mingw-w64-x86_64-cyrus-sasl \
           mingw-w64-x86_64-curl \
           mingw-w64-x86_64-gnutls \
+          mingw-w64-x86_64-libnfs \
           "
         bitsadmin /transfer msys_download /dynamic /download /priority FOREGROUND `
           https://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-python-sphinx-2.3.1-1-any.pkg.tar.xz `