Skip to content

Commit

Permalink
Update ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreistefanescu authored and robdockins committed Mar 3, 2022
1 parent 349a15c commit fef99b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ jobs:
s2n-tests:
name: "Test s2n proofs"
timeout-minutes: 60
timeout-minutes: 120
needs: build
runs-on: ubuntu-18.04
strategy:
Expand Down
2 changes: 1 addition & 1 deletion s2nTests/docker/awslc.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR /saw-script
RUN mkdir -p /saw-script && \
git clone https://github.com/GaloisInc/aws-lc-verification.git && \
cd aws-lc-verification && \
git checkout 7acbcfadd2e040b63cc33e8143e3f8e972408288 && \
git checkout 1dcf4258305ce17592fb5b90a1c7b638e6bdff9e && \
git config --file=.gitmodules submodule.src.url https://github.com/awslabs/aws-lc && \
git submodule sync && \
git submodule update --init
Expand Down
1 change: 1 addition & 0 deletions s2nTests/scripts/awslc-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ set -xe

cd /saw-script/aws-lc-verification/SAW
./scripts/install.sh
rm bin/saw
cp /saw-bin/saw bin/saw
cp /saw-bin/abc bin/abc

Expand Down

0 comments on commit fef99b7

Please sign in to comment.