Fixed output dir path of built msquic

This commit is contained in:
ManickaP 2024-04-26 07:28:44 +02:00
Родитель 6c8ab8e2ae
Коммит b6a1e5c4e6
8 изменённых файлов: 8 добавлений и 8 удалений

Просмотреть файл

@ -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 \