Skip to content

Commit 2436cec

Browse files
Bump awslc. (#1435)
1 parent e1bc957 commit 2436cec

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

s2nTests/docker/awslc.dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ WORKDIR /saw-script
77
RUN mkdir -p /saw-script && \
88
git clone https://github.com/GaloisInc/aws-lc-verification.git && \
99
cd aws-lc-verification && \
10-
git checkout 7f648fffe7a1f1097171279001ddab359a5749ab && \
10+
git checkout e63a49994e6328911b4c9264b461a4e0a92b8089 && \
1111
git config --file=.gitmodules submodule.src.url https://github.com/awslabs/aws-lc && \
1212
git submodule sync && \
1313
git submodule update --init
1414

1515
COPY scripts/awslc-entrypoint.sh /entrypoint.sh
1616
ENTRYPOINT [ "/entrypoint.sh" ]
17-
CMD [ "/bin/bash" ]
17+
CMD [ "/bin/bash" ]

s2nTests/scripts/awslc-entrypoint.sh

+2-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,5 @@ cp /saw-bin/abc bin/abc
99
export PATH=/saw-script/aws-lc-verification/SAW/bin:$PATH
1010
export CRYPTOLPATH=/saw-script/aws-lc-verification/cryptol-specs
1111

12-
./scripts/build_x86.sh
13-
./scripts/build_llvm.sh
14-
./scripts/post_build.sh
15-
./scripts/run_checks.sh
12+
./scripts/entrypoint_check.sh
13+

0 commit comments

Comments
 (0)