All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-4.19 0/6] CI: Fixes, part 2
@ 2024-07-05 15:20 Andrew Cooper
  2024-07-05 15:20 ` [PATCH for-4.19 1/6] build: Regenerate ./configure with Autoconf 2.71 Andrew Cooper
                   ` (6 more replies)
  0 siblings, 7 replies; 22+ messages in thread
From: Andrew Cooper @ 2024-07-05 15:20 UTC (permalink / raw)
  To: Xen-devel
  Cc: Andrew Cooper, Anthony PERARD, Juergen Gross,
	Roger Pau Monné, Jan Beulich, Stefano Stabellini,
	Julien Grall, Oleksii Kurochko

Work to fix a few build system checks, and to strip the obsolete contents of
the build containers, prior to adding new containers (will be part 3).

Andrew Cooper (6):
  build: Regenerate ./configure with Autoconf 2.71
  build: Fix the version of python checked for by ./configure
  CI: Refresh the Coverity Github Action configuration
  build: Drop openssl as a build dependency
  build: Drop libiconv as a build dependecy
  build: Drop xorg-x11 as a build dependency

 .cirrus.yml                                   |    2 +-
 .github/workflows/coverity.yml                |   36 +-
 README                                        |    2 -
 .../build/debian/bookworm-arm64v8.dockerfile  |    2 -
 .../build/debian/bookworm-i386.dockerfile     |    2 -
 automation/build/debian/bookworm.dockerfile   |    2 -
 .../build/debian/jessie-i386.dockerfile       |    2 -
 automation/build/debian/jessie.dockerfile     |    2 -
 .../build/debian/stretch-i386.dockerfile      |    2 -
 automation/build/debian/stretch.dockerfile    |    2 -
 automation/build/fedora/29.dockerfile         |    1 -
 automation/build/ubuntu/bionic.dockerfile     |    2 -
 automation/build/ubuntu/focal.dockerfile      |    2 -
 automation/build/ubuntu/trusty.dockerfile     |    2 -
 automation/build/ubuntu/xenial.dockerfile     |    2 -
 .../kernel/5.19-arm64v8.dockerfile            |    1 -
 .../tests-artifacts/kernel/6.1.19.dockerfile  |    1 -
 config/Tools.mk.in                            |    1 -
 configure                                     | 1006 +--
 docs/configure                                |  990 +--
 stubdom/configure                             | 2293 ++++--
 tools/config.h.in                             |   15 +-
 tools/configure                               | 6397 +++++++++--------
 tools/configure.ac                            |    4 +-
 24 files changed, 6136 insertions(+), 4635 deletions(-)

-- 
2.39.2



^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2024-07-08 17:10 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-05 15:20 [PATCH for-4.19 0/6] CI: Fixes, part 2 Andrew Cooper
2024-07-05 15:20 ` [PATCH for-4.19 1/6] build: Regenerate ./configure with Autoconf 2.71 Andrew Cooper
2024-07-08  9:11   ` Roger Pau Monné
2024-07-05 15:20 ` [PATCH for-4.19 2/6] build: Fix the version of python checked for by ./configure Andrew Cooper
2024-07-08  6:39   ` Jan Beulich
2024-07-08  9:39     ` Andrew Cooper
2024-07-08  9:13   ` Roger Pau Monné
2024-07-05 15:20 ` [PATCH for-4.19 3/6] CI: Refresh the Coverity Github Action configuration Andrew Cooper
2024-07-08  9:16   ` Roger Pau Monné
2024-07-08 14:13     ` Andrew Cooper
2024-07-08 15:42   ` [PATCH for-4.19 v2 " Andrew Cooper
2024-07-08 17:09     ` Roger Pau Monné
2024-07-05 15:20 ` [PATCH for-4.19 4/6] build: Drop openssl as a build dependency Andrew Cooper
2024-07-08  9:17   ` Roger Pau Monné
2024-07-05 15:20 ` [PATCH for-4.19 5/6] build: Drop libiconv as a build dependecy Andrew Cooper
2024-07-08  9:19   ` Roger Pau Monné
2024-07-05 15:20 ` [PATCH for-4.19 6/6] build: Drop xorg-x11 as a build dependency Andrew Cooper
2024-07-08  6:49   ` Jan Beulich
2024-07-08 10:21     ` Andrew Cooper
2024-07-08 10:28       ` Jan Beulich
2024-07-08  9:25   ` Roger Pau Monné
2024-07-08 13:25 ` [PATCH for-4.19 0/6] CI: Fixes, part 2 Oleksii

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.