Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ancwrd1 committed Dec 6, 2024
1 parent 6a7afa3 commit 9f6b63f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ci/build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ required_arg $CROSS 'CROSS'
required_arg $TARGET_TRIPLE '<Target Triple>'

if [ -z "$RELEASE_BUILD" ]; then
$CROSS build --target $TARGET_TRIPLE --workspace
$CROSS build --target $TARGET_TRIPLE --all-features --workspace
$CROSS build --target $TARGET_TRIPLE --no-default-features --features ring
else
$CROSS build --target $TARGET_TRIPLE --all-features --release --workspace
$CROSS build --target $TARGET_TRIPLE --release --no-default-features --features ring
fi

0 comments on commit 9f6b63f

Please sign in to comment.