Skip to content

Commit

Permalink
Update create_image script for formal verification to fetch the corre…
Browse files Browse the repository at this point in the history
…ct Dockerfile (#1281)

A recent AWS-LC-verification commit, awslabs/aws-lc-verification@7d4ee82, divides a single Dockerfile into two (Dockerfile.saw for the SAW proofs and Dockerfile.coq for the Coq proofs). Dockerfile file is no longer used. 
This commit updates the create_image.sh script for formal verification to use the updated file Dockerfile.saw.
  • Loading branch information
pennyannn authored Nov 7, 2023
1 parent c3cbc46 commit 1e373a7
Showing 1 changed file with 1 addition and 1 deletion.
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 -t ${docker_tag} .
docker build --pull --no-cache -f Dockerfile.saw -t ${docker_tag} .
cd ..
rm -rf aws-lc-verification

0 comments on commit 1e373a7

Please sign in to comment.