Skip to content

Commit

Permalink
Update fullbuild.sh
Browse files Browse the repository at this point in the history
Allowing install requirements in different distributions

Signed-off-by: dgargar-laude <[email protected]>
  • Loading branch information
dgargar-laude authored Jan 24, 2025
1 parent afc1de2 commit 710a0f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/fullbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ if [ -z $liboqs_DIR ]; then
if [ "$LIBOQS_BRANCH" != "main" ]; then
# check for presence of backwards-compatibility generator file
if [ -f oqs-template/generate.yml-$LIBOQS_BRANCH ]; then
pip install -r oqs-template/requirements.txt
echo "generating code for $LIBOQS_BRANCH"
mv oqs-template/generate.yml oqs-template/generate.yml-main
cp oqs-template/generate.yml-$LIBOQS_BRANCH oqs-template/generate.yml
Expand Down

0 comments on commit 710a0f4

Please sign in to comment.