Skip to content

Commit 81c1a6c

Browse files
build-edk2: Enable the NETWORK_TLS build option
This allows https requests to work.
1 parent 37dbfb6 commit 81c1a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-edk2/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ENV toolchain=GCC5
3131
RUN . venv/bin/activate && python BaseTools/Edk2ToolsBuild.py -t "${toolchain}"
3232

3333
# Build options.
34-
ENV common_build_opt="BLD_*_NETWORK_HTTP_ENABLE=1"
34+
ENV common_build_opt="BLD_*_NETWORK_HTTP_ENABLE=1 BLD_*_NETWORK_TLS_ENABLE=1"
3535
ENV tpm_build_opt="BLD_*_TPM1_ENABLE=1 BLD_*_TPM2_ENABLE=1"
3636

3737
# Build AARCH64.

0 commit comments

Comments
 (0)