Skip to content

Commit

Permalink
fix(xen): ignore false-positive warnings in source
Browse files Browse the repository at this point in the history
  • Loading branch information
azenla committed Dec 9, 2024
1 parent 6176d24 commit f77a520
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.xen
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN git clone https://github.com/xen-project/xen && cd xen && git checkout RELEA
WORKDIR /usr/src/xen

# build Xen hypervisor
ENV CFLAGS=-Wno-error
RUN ./configure --prefix=/usr --enable-xen --disable-tools --disable-stubdom --disable-docs
COPY configs/xen-x86_64.config ./xen/.config
RUN make -C xen olddefconfig
Expand Down

0 comments on commit f77a520

Please sign in to comment.