Skip to content

Commit

Permalink
Use specific 2022 FIPS branch, also depth 1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhop committed Oct 2, 2024
1 parent 45c43eb commit b9709bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/ci/run_formal_verification.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ cd ../
ROOT=$(pwd)

rm -rf aws-lc-verification-build
git clone https://github.com/awslabs/aws-lc-verification.git aws-lc-verification-build
git clone --branch fips-2022-11-02 --depth 1 https://github.com/awslabs/aws-lc-verification.git aws-lc-verification-build

cd aws-lc-verification-build
# Checkout a version of the formal verification repo that works with this version of AWS-LC
git checkout e504944f94b6379eaf95f1146a168feb72ce844f
git submodule update --init
git submodule update --init --depth 1

# aws-lc-verification has aws-lc as one submodule under 'src' dir.
# Below is to copy code of **target** aws-lc to 'src' dir.
rm -rf ./src/* && cp -r "${ROOT}/${AWS_LC_DIR}/"* ./src
Expand Down

0 comments on commit b9709bf

Please sign in to comment.