File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/ci/docker/host-x86_64/test-various Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 11FROM ubuntu:20.04
22
33RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
4+ clang-11 \
45 g++ \
56 make \
67 ninja-build \
@@ -67,7 +68,9 @@ ENV MUSL_TARGETS=x86_64-unknown-linux-musl \
6768ENV MUSL_SCRIPT python3 /checkout/x.py --stage 2 test --host='' --target $MUSL_TARGETS
6869
6970COPY host-x86_64/test-various/uefi_qemu_test /uefi_qemu_test
70- ENV UEFI_TARGETS=x86_64-unknown-uefi
71+ ENV UEFI_TARGETS=x86_64-unknown-uefi \
72+ CC_x86_64_unknown_uefi=clang-11 \
73+ CXX_x86_64_unknown_uefi=clang++-11
7174ENV UEFI_SCRIPT python3 /checkout/x.py --stage 2 build --host='' --target $UEFI_TARGETS && \
7275 python3 -u /uefi_qemu_test/run.py
7376
You can’t perform that action at this time.
0 commit comments