Skip to content

Commit

Permalink
Dockerfile and structure change for SAW proofs on X86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
pennyannn committed Dec 6, 2023
1 parent fab0c9c commit 3f3e0f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ fi
rm -rf aws-lc-verification
git clone https://github.com/awslabs/aws-lc-verification.git
cd aws-lc-verification
docker build --pull --no-cache -f Dockerfile.saw -t ${docker_tag} .
docker build --pull --no-cache -f Dockerfile.saw_x86 -t ${docker_tag} .
cd ..
rm -rf aws-lc-verification
2 changes: 1 addition & 1 deletion tests/ci/run_formal_verification.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ pushd Coq/fiat-crypto; git submodule update --init --recursive; popd
# Below is to copy code of **target** aws-lc to 'src' dir.
rm -rf ./src/* && cp -r "${ROOT}/${AWS_LC_DIR}/"* ./src
# execute the entry to saw scripts.
./SAW/scripts/docker_entrypoint.sh
./SAW/scripts/x86_64/docker_entrypoint.sh
cd ..
rm -rf aws-lc-verification-build

0 comments on commit 3f3e0f9

Please sign in to comment.