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 1
1
FROM ubuntu:20.04
2
2
3
3
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
4
+ clang-11 \
4
5
g++ \
5
6
make \
6
7
ninja-build \
@@ -67,7 +68,9 @@ ENV MUSL_TARGETS=x86_64-unknown-linux-musl \
67
68
ENV MUSL_SCRIPT python3 /checkout/x.py --stage 2 test --host='' --target $MUSL_TARGETS
68
69
69
70
COPY 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
71
74
ENV UEFI_SCRIPT python3 /checkout/x.py --stage 2 build --host='' --target $UEFI_TARGETS && \
72
75
python3 -u /uefi_qemu_test/run.py
73
76
You can’t perform that action at this time.
0 commit comments