]> xenbits.xensource.com Git - people/sstabellini/xen-unstable.git/.git/commitdiff
automation/archlinux: Add 32-bit glibc headers
authorGeorge Dunlap <george.dunlap@citrix.com>
Thu, 28 May 2020 11:20:55 +0000 (12:20 +0100)
committerGeorge Dunlap <george.dunlap@citrix.com>
Thu, 28 May 2020 11:20:55 +0000 (12:20 +0100)
This fixes the following build error in hvmloader:

usr/include/gnu/stubs.h:7:11: fatal error: gnu/stubs-32.h: No such file or directory

Signed-off-by: George Dunlap <george.dunlap@citrix.com>
Acked-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Wei Liu <wl@xen.org>
automation/build/archlinux/current.dockerfile

index 9af5d66afc5939c6b2e092709c67b184d3f3791f..5095de65b88b167e6b46d13900fdafb0c35d3da6 100644 (file)
@@ -19,6 +19,7 @@ RUN pacman -S --refresh --sysupgrade --noconfirm --noprogressbar --needed \
         iasl \
         inetutils \
         iproute \
+        lib32-glibc \
         libaio \
         libcacard \
         libgl \