Skip to content

Commit 780cd10

Browse files
authored
Pin msquic to pre-regression revision on Alpine Arm32 (#933)
1 parent 86a80a9 commit 780cd10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/alpine/3.15/helix/arm32v7/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RUN apk update && apk add --no-cache && \
5454
openssl-dev \
5555
perl && \
5656
cd /tmp && \
57-
git clone --depth 1 --single-branch --branch main --recursive https://github.com/dotnet/msquic && \
57+
git clone --depth 1 --single-branch --branch msquic-v2.2.2 --recursive https://github.com/dotnet/msquic && \
5858
cd msquic/src/msquic && \
5959
cmake -B build/linux/arm_openssl \
6060
-DQUIC_OUTPUT_DIR=/tmp/msquic/src/msquic/artifacts/bin/linux/arm_Release_openssl \

src/alpine/3.16/helix/arm32v7/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ RUN apk update && apk add --no-cache && \
5353
openssl-dev \
5454
perl && \
5555
cd /tmp && \
56-
git clone --depth 1 --single-branch --branch main --recursive https://github.com/dotnet/msquic && \
56+
git clone --depth 1 --single-branch --branch msquic-v2.2.2 --recursive https://github.com/dotnet/msquic && \
5757
cd msquic/src/msquic && \
5858
cmake -B build/linux/arm_openssl \
5959
-DQUIC_OUTPUT_DIR=/tmp/msquic/src/msquic/artifacts/bin/linux/arm_Release_openssl \

0 commit comments

Comments
 (0)