Skip to content

Commit

Permalink
Disable formal verification because of changes upstream in aws-lc-ver…
Browse files Browse the repository at this point in the history
…ification
  • Loading branch information
torben-hansen committed Jan 2, 2025
1 parent b549c4a commit 7f44571
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/ci/run_formal_verification.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ git submodule update --init
# 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.
./$ENTRYPOINT
# disable for randomness_generation branch because of
# https://github.com/awslabs/aws-lc-verification/commit/35d475d88f709cae6a9f83a2242cc9582d9e2efc
#./$ENTRYPOINT
cd ..
rm -rf aws-lc-verification-build

0 comments on commit 7f44571

Please sign in to comment.