On 08/07/2024 10:16 am, Roger Pau Monné wrote: > On Fri, Jul 05, 2024 at 04:20:34PM +0100, Andrew Cooper wrote: >> Update to Ubuntu 24.04, and checkout@v4 as v2 is deprecated. >> >> The build step goes out of it's way to exclude docs and stubdom (but include >> plain MiniOS), so disable those at the ./configure stage. > Since we now disable those at configure time, could the build step be > switched to a plain `make build`?
Yeah, that works. https://github.com/andyhhp/xen/actions/runs/9840942508/job/27166367683 The job failed with I put an explicit exit 1 at the end to avoid uploading to Coverity. This action doesn't have a dry-run option. I'll send out a v2. ~Andrew
