Fixed output dir path of built msquic
This commit is contained in:
Родитель
6c8ab8e2ae
Коммит
b6a1e5c4e6
|
@ -72,7 +72,7 @@ RUN apk update && apk add --no-cache && \
|
|||
git clone --depth 1 --single-branch --branch main --recursive https://github.com/microsoft/msquic && \
|
||||
cd msquic && \
|
||||
cmake -B build/linux/x64_openssl \
|
||||
-DQUIC_OUTPUT_DIR=/tmp/msquic/src/msquic/artifacts/bin/linux/x64_Release_openssl \
|
||||
-DQUIC_OUTPUT_DIR=/tmp/msquic/artifacts/bin/linux/x64_Release_openssl \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DQUIC_TLS=openssl \
|
||||
-DQUIC_ENABLE_LOGGING=true \
|
||||
|
|
|
@ -56,7 +56,7 @@ RUN apk update && apk add --no-cache && \
|
|||
git clone --depth 1 --single-branch --branch main --recursive https://github.com/microsoft/msquic && \
|
||||
cd msquic && \
|
||||
cmake -B build/linux/arm64_openssl \
|
||||
-DQUIC_OUTPUT_DIR=/tmp/msquic/src/msquic/artifacts/bin/linux/arm64_Release_openssl \
|
||||
-DQUIC_OUTPUT_DIR=/tmp/msquic/artifacts/bin/linux/arm64_Release_openssl \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_TARGET_ARCHITECTURE=arm64 \
|
||||
-DQUIC_TLS=openssl \
|
||||
|
|
|
@ -57,7 +57,7 @@ RUN apk update && apk add --no-cache && \
|
|||
git clone --depth 1 --single-branch --branch main --recursive https://github.com/microsoft/msquic && \
|
||||
cd msquic && \
|
||||
cmake -B build/linux/x64_openssl3 \
|
||||
-DQUIC_OUTPUT_DIR=/tmp/msquic/src/msquic/artifacts/bin/linux/x64_Release_openssl3 \
|
||||
-DQUIC_OUTPUT_DIR=/tmp/msquic/artifacts/bin/linux/x64_Release_openssl3 \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DQUIC_TLS=openssl3 \
|
||||
-DQUIC_ENABLE_LOGGING=true \
|
||||
|
|
|
@ -57,7 +57,7 @@ RUN apk update && apk add --no-cache && \
|
|||
git clone --depth 1 --single-branch --branch main --recursive https://github.com/microsoft/msquic && \
|
||||
cd msquic && \
|
||||
cmake -B build/linux/arm_openssl3 \
|
||||
-DQUIC_OUTPUT_DIR=/tmp/msquic/src/msquic/artifacts/bin/linux/arm_Release_openssl3 \
|
||||
-DQUIC_OUTPUT_DIR=/tmp/msquic/artifacts/bin/linux/arm_Release_openssl3 \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_TARGET_ARCHITECTURE=arm \
|
||||
-DQUIC_TLS=openssl3 \
|
||||
|
|
|
@ -56,7 +56,7 @@ RUN apk update && apk add --no-cache && \
|
|||
git clone --depth 1 --single-branch --branch main --recursive https://github.com/microsoft/msquic && \
|
||||
cd msquic && \
|
||||
cmake -B build/linux/arm64_openssl3 \
|
||||
-DQUIC_OUTPUT_DIR=/tmp/msquic/src/msquic/artifacts/bin/linux/arm64_Release_openssl3 \
|
||||
-DQUIC_OUTPUT_DIR=/tmp/msquic/artifacts/bin/linux/arm64_Release_openssl3 \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_TARGET_ARCHITECTURE=arm64 \
|
||||
-DQUIC_TLS=openssl3 \
|
||||
|
|
|
@ -57,7 +57,7 @@ RUN apk update && apk add --no-cache && \
|
|||
git clone --depth 1 --single-branch --branch main --recursive https://github.com/microsoft/msquic && \
|
||||
cd msquic && \
|
||||
cmake -B build/linux/x64_openssl3 \
|
||||
-DQUIC_OUTPUT_DIR=/tmp/msquic/src/msquic/artifacts/bin/linux/x64_Release_openssl3 \
|
||||
-DQUIC_OUTPUT_DIR=/tmp/msquic/artifacts/bin/linux/x64_Release_openssl3 \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DQUIC_TLS=openssl3 \
|
||||
-DQUIC_ENABLE_LOGGING=true \
|
||||
|
|
|
@ -57,7 +57,7 @@ RUN apk update && apk add --no-cache && \
|
|||
git clone --depth 1 --single-branch --branch main --recursive https://github.com/microsoft/msquic && \
|
||||
cd msquic && \
|
||||
cmake -B build/linux/arm_openssl3 \
|
||||
-DQUIC_OUTPUT_DIR=/tmp/msquic/src/msquic/artifacts/bin/linux/arm_Release_openssl3 \
|
||||
-DQUIC_OUTPUT_DIR=/tmp/msquic/artifacts/bin/linux/arm_Release_openssl3 \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_TARGET_ARCHITECTURE=arm \
|
||||
-DQUIC_TLS=openssl3 \
|
||||
|
|
|
@ -56,7 +56,7 @@ RUN apk update && apk add --no-cache && \
|
|||
git clone --depth 1 --single-branch --branch main --recursive https://github.com/microsoft/msquic && \
|
||||
cd msquic && \
|
||||
cmake -B build/linux/arm64_openssl3 \
|
||||
-DQUIC_OUTPUT_DIR=/tmp/msquic/src/msquic/artifacts/bin/linux/arm64_Release_openssl3 \
|
||||
-DQUIC_OUTPUT_DIR=/tmp/msquic/artifacts/bin/linux/arm64_Release_openssl3 \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_TARGET_ARCHITECTURE=arm64 \
|
||||
-DQUIC_TLS=openssl3 \
|
||||
|
|
Загрузка…
Ссылка в новой задаче