Skip to content

Commit

Permalink
Pin msquic to pre-regression revision on Alpine Arm32 (#933)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarnaViire authored Nov 28, 2023
1 parent 86a80a9 commit 780cd10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/alpine/3.15/helix/arm32v7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ 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 && \
git clone --depth 1 --single-branch --branch msquic-v2.2.2 --recursive https://github.com/dotnet/msquic && \
cd msquic/src/msquic && \
cmake -B build/linux/arm_openssl \
-DQUIC_OUTPUT_DIR=/tmp/msquic/src/msquic/artifacts/bin/linux/arm_Release_openssl \
Expand Down
2 changes: 1 addition & 1 deletion src/alpine/3.16/helix/arm32v7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ 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 && \
git clone --depth 1 --single-branch --branch msquic-v2.2.2 --recursive https://github.com/dotnet/msquic && \
cd msquic/src/msquic && \
cmake -B build/linux/arm_openssl \
-DQUIC_OUTPUT_DIR=/tmp/msquic/src/msquic/artifacts/bin/linux/arm_Release_openssl \
Expand Down

0 comments on commit 780cd10

Please sign in to comment.