File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ RUN git clone https://github.com/IABTechLab/uid2-attestation-aws.git \
2727 && cp uid2 -attestation -aws /jnsm /target /release /libjnsm . so .
2828
2929# build vsockpx
30- RUN git clone https :/ /github . com /IABTechLab /uid2 -aws -enclave -vsockproxy . git \
30+ RUN git clone -- branch kcc - UID2 - 4551 - change - buffer - size https :/ /github . com /IABTechLab /uid2 -aws -enclave -vsockproxy . git \
3131 && mkdir uid2 -aws -enclave -vsockproxy /build \
3232 && ( cd uid2 -aws -enclave -vsockproxy /build ; cmake .. -DCMAKE_BUILD_TYPE = RelWithDebInfo ; make ; cd ../..) \
3333 && cp uid2 -aws -enclave -vsockproxy /build /vsock -bridge /src /vsock -bridge . /vsockpx
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ RUN wget https://www.inet.no/dante/files/dante-1.4.3.tar.gz \
4242 && cd dante-1.4.3; ./configure; make; cd .. \
4343 && cp dante-1.4.3/sockd/sockd ./
4444
45- RUN git clone https://github.com/IABTechLab/uid2-aws-enclave-vsockproxy.git \
45+ RUN git clone --branch kcc-UID2-4551-change-buffer-size https://github.com/IABTechLab/uid2-aws-enclave-vsockproxy.git \
4646 && mkdir uid2-aws-enclave-vsockproxy/build \
4747 && cd uid2-aws-enclave-vsockproxy/build; cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo; make; cd ../.. \
4848 && cp uid2-aws-enclave-vsockproxy/build/vsock-bridge/src/vsock-bridge ./vsockpx
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN wget https://www.inet.no/dante/files/dante-1.4.3.tar.gz \
1818 && cp dante-1.4.3/sockd/sockd ./ \
1919 && rm -rf dante-1.4.3 dante-1.4.3.tar.gz
2020
21- RUN git clone https://github.com/IABTechLab/uid2-aws-enclave-vsockproxy.git \
21+ RUN git clone --branch kcc-UID2-4551-change-buffer-size https://github.com/IABTechLab/uid2-aws-enclave-vsockproxy.git \
2222 && mkdir uid2-aws-enclave-vsockproxy/build \
2323 && cd uid2-aws-enclave-vsockproxy/build; cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo; make; cd ../.. \
2424 && cp uid2-aws-enclave-vsockproxy/build/vsock-bridge/src/vsock-bridge ./vsockpx \
You can’t perform that action at this time.
0 commit comments