Message ID | 20200905062333.1087-5-luoyonggang@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Green the msys2 CI make | expand |
On 05/09/20 08:23, Yonggang Luo wrote: > The ninja options now have no need anymore. > > Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> > --- > meson | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meson b/meson > index 68ed748f84..492afe50a4 160000 > --- a/meson > +++ b/meson > @@ -1 +1 @@ > -Subproject commit 68ed748f84f14c2d4e62dcbd123816e5898eb04c > +Subproject commit 492afe50a439d70df99d6e3e59572aff55e14c6b > Sorry, we cannot use a random commit. We need a release so that we can in parallel update the version check in the configure script. Paolo
On Sat, Sep 5, 2020 at 9:44 PM Paolo Bonzini <pbonzini@redhat.com> wrote: > On 05/09/20 08:23, Yonggang Luo wrote: > > The ninja options now have no need anymore. > > > > Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> > > --- > > meson | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/meson b/meson > > index 68ed748f84..492afe50a4 160000 > > --- a/meson > > +++ b/meson > > @@ -1 +1 @@ > > -Subproject commit 68ed748f84f14c2d4e62dcbd123816e5898eb04c > > +Subproject commit 492afe50a439d70df99d6e3e59572aff55e14c6b > > > > Sorry, we cannot use a random commit. We need a release so that we can > in parallel update the version check in the configure script. > > I am OK with that, just used it to verify if the new meson patch are work, and the result are promising. > Paolo > >
diff --git a/meson b/meson index 68ed748f84..492afe50a4 160000 --- a/meson +++ b/meson @@ -1 +1 @@ -Subproject commit 68ed748f84f14c2d4e62dcbd123816e5898eb04c +Subproject commit 492afe50a439d70df99d6e3e59572aff55e14c6b
The ninja options now have no need anymore. Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> --- meson | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)