Skip to content

Commit

Permalink
Removed inline tabs from xen-tools Dockerfile line:121 and 122
Browse files Browse the repository at this point in the history
Signed-off-by: Roja Eswaran <[email protected]>
  • Loading branch information
roja-zededa committed Aug 8, 2024
1 parent 227db95 commit cd26e19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/xen-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ WORKDIR /xen
# disable golang as it does not play well together with musl (stderr is defined as FILE* const and fails to compile)
RUN apk add ninja
RUN ./configure --prefix=/usr --disable-xen --disable-golang --disable-qemu-traditional --disable-docs --enable-9pfs \
--with-system-ovmf=/usr/lib/xen/boot/ovmf.bin --disable-stubdom \
--enable-vhost-vsock --enable-vhost-scsi
--with-system-ovmf=/usr/lib/xen/boot/ovmf.bin --disable-stubdom \
--enable-vhost-vsock --enable-vhost-scsi
RUN make -j "$(getconf _NPROCESSORS_ONLN)" && make dist
RUN dist/install.sh /out

Expand Down

0 comments on commit cd26e19

Please sign in to comment.