Skip to content

Commit

Permalink
try downgrading aws-c-http from v0.7.6 to v0.6.19 to match ACM
Browse files Browse the repository at this point in the history
  • Loading branch information
jplock committed Dec 19, 2024
1 parent 3c56609 commit 0495866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enclave/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ RUN cmake \
RUN cmake --build aws-c-compression/build --parallel $(nproc) --target install

# AWS-C-HTTP
RUN git clone --depth 1 -b v0.7.6 https://github.com/awslabs/aws-c-http.git
RUN git clone --depth 1 -b v0.6.19 https://github.com/awslabs/aws-c-http.git
RUN cmake \
-DCMAKE_PREFIX_PATH=/usr \
-DCMAKE_INSTALL_PREFIX=/usr \
Expand Down

0 comments on commit 0495866

Please sign in to comment.