Skip to content

Commit

Permalink
Switch from dotnet/msquic to microsoft/msquic (#1020)
Browse files Browse the repository at this point in the history
  • Loading branch information
ManickaP committed May 14, 2024
2 parents 62e71d5 + c899dfb commit b7e8df9
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 24 deletions.
6 changes: 3 additions & 3 deletions src/alpine/3.16/helix/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ RUN apk update && apk add --no-cache && \
openssl-dev \
perl && \
cd /tmp && \
git clone --depth 1 --single-branch --branch main --recursive https://github.com/dotnet/msquic && \
cd msquic/src/msquic && \
git clone --depth 1 --single-branch --branch v2.3.5 --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 \
Expand Down
6 changes: 3 additions & 3 deletions src/alpine/3.16/helix/arm64v8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ RUN apk update && apk add --no-cache && \
openssl-dev \
perl && \
cd /tmp && \
git clone --depth 1 --single-branch --branch main --recursive https://github.com/dotnet/msquic && \
cd msquic/src/msquic && \
git clone --depth 1 --single-branch --branch v2.3.5 --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 \
Expand Down
6 changes: 3 additions & 3 deletions src/alpine/3.17/helix/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ RUN apk update && apk add --no-cache && \
openssl-dev \
perl && \
cd /tmp && \
git clone --depth 1 --single-branch --branch main --recursive https://github.com/dotnet/msquic && \
cd msquic/src/msquic && \
git clone --depth 1 --single-branch --branch v2.3.5 --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 \
Expand Down
6 changes: 3 additions & 3 deletions src/alpine/3.17/helix/arm32v7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ RUN apk update && apk add --no-cache && \
openssl-dev \
perl && \
cd /tmp && \
git clone --depth 1 --single-branch --branch main --recursive https://github.com/dotnet/msquic && \
cd msquic/src/msquic && \
git clone --depth 1 --single-branch --branch v2.3.5 --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 \
Expand Down
6 changes: 3 additions & 3 deletions src/alpine/3.17/helix/arm64v8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ RUN apk update && apk add --no-cache && \
openssl-dev \
perl && \
cd /tmp && \
git clone --depth 1 --single-branch --branch main --recursive https://github.com/dotnet/msquic && \
cd msquic/src/msquic && \
git clone --depth 1 --single-branch --branch v2.3.5 --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 \
Expand Down
6 changes: 3 additions & 3 deletions src/alpine/3.18/helix/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ RUN apk update && apk add --no-cache && \
openssl-dev \
perl && \
cd /tmp && \
git clone --depth 1 --single-branch --branch main --recursive https://github.com/dotnet/msquic && \
cd msquic/src/msquic && \
git clone --depth 1 --single-branch --branch v2.3.5 --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 \
Expand Down
6 changes: 3 additions & 3 deletions src/alpine/3.18/helix/arm32v7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ RUN apk update && apk add --no-cache && \
openssl-dev \
perl && \
cd /tmp && \
git clone --depth 1 --single-branch --branch main --recursive https://github.com/dotnet/msquic && \
cd msquic/src/msquic && \
git clone --depth 1 --single-branch --branch v2.3.5 --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 \
Expand Down
6 changes: 3 additions & 3 deletions src/alpine/3.18/helix/arm64v8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ RUN apk update && apk add --no-cache && \
openssl-dev \
perl && \
cd /tmp && \
git clone --depth 1 --single-branch --branch main --recursive https://github.com/dotnet/msquic && \
cd msquic/src/msquic && \
git clone --depth 1 --single-branch --branch v2.3.5 --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 \
Expand Down

0 comments on commit b7e8df9

Please sign in to comment.