[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [xen-unstable test] 187507: regressions - FAIL
On Fri, Sep 06, 2024 at 11:07:06AM +0100, Andrew Cooper wrote: > Interestingly, Gitlab's x86_32 build test missed this. > > https://gitlab.com/xen-project/people/andyhhp/xen/-/jobs/7762103169 passed. > > I wonder if there's anything we should have done to get better coverage. osstest does `make build` before `make` (equivalent to `make all` or `make dist`). On gitlab, it's only `make dist`. `make all` in root Makefile doesn't call `all` in sub-directories, instead it calls `make install` recursively. The "install: all" rules seems to only be written in leaf makefile (probably for the best). Since there's nothing to install for x86_emulate, it doesn't depends on the "all" rule. So only "osstest" is going to build the tests. Cheers, -- Anthony PERARD
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |