Skip to content

Commit

Permalink
test for nimble not found
Browse files Browse the repository at this point in the history
Signed-off-by: Nischal Sharma <[email protected]>
  • Loading branch information
NickSneo committed Aug 14, 2024
1 parent e5a532d commit 5cadcba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,11 @@ build_constantine() {

# Build the constantine library
export CTT_LTO=false
nimble make_lib
if [[ "$OSARCH" == "linux-gnu-aarch64" ]]; then
~/.nimble/bin/nimble make_lib
else
nimble make_lib
fi

cd "$SCRIPTDIR/constantine/"

Expand Down

0 comments on commit 5cadcba

Please sign in to comment.