Skip to content

Commit 59dfa73

Browse files
committed
Checkout kcc-UID2-4551-change-buffer-size branch
1 parent e148266 commit 59dfa73

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile.nitro.builder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

scripts/aws/pipeline/amazonlinux.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

scripts/aws/pipeline/amazonlinux2023.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)