File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ WORKDIR /saw-script
7
7
RUN mkdir -p /saw-script && \
8
8
git clone https://github.com/GaloisInc/aws-lc-verification.git && \
9
9
cd aws-lc-verification && \
10
- git checkout 7f648fffe7a1f1097171279001ddab359a5749ab && \
10
+ git checkout e63a49994e6328911b4c9264b461a4e0a92b8089 && \
11
11
git config --file=.gitmodules submodule.src.url https://github.com/awslabs/aws-lc && \
12
12
git submodule sync && \
13
13
git submodule update --init
14
14
15
15
COPY scripts/awslc-entrypoint.sh /entrypoint.sh
16
16
ENTRYPOINT [ "/entrypoint.sh" ]
17
- CMD [ "/bin/bash" ]
17
+ CMD [ "/bin/bash" ]
Original file line number Diff line number Diff line change @@ -9,7 +9,5 @@ cp /saw-bin/abc bin/abc
9
9
export PATH=/saw-script/aws-lc-verification/SAW/bin:$PATH
10
10
export CRYPTOLPATH=/saw-script/aws-lc-verification/cryptol-specs
11
11
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
+
You can’t perform that action at this time.
0 commit comments