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 f63bd67 commit 0c92648
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ci/build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ required_arg $CROSS 'CROSS'
required_arg $TARGET_TRIPLE '<Target Triple>'

if [ -z "$RELEASE_BUILD" ]; then
$CROSS build --target $TARGET_TRIPLE --no-default-features --features ring,std
$CROSS build --target $TARGET_TRIPLE --no-default-features --features ring
else
$CROSS build --target $TARGET_TRIPLE --release --no-default-features --features ring,std
$CROSS build --target $TARGET_TRIPLE --release --no-default-features --features ring
fi
2 changes: 1 addition & 1 deletion ci/test.bash
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ TARGET_TRIPLE=$2
required_arg $CROSS 'CROSS'
required_arg $TARGET_TRIPLE '<Target Triple>'

$CROSS test --target $TARGET_TRIPLE --no-default-features --features=ring,std
$CROSS test --target $TARGET_TRIPLE --no-default-features --features=ring

0 comments on commit 0c92648

Please sign in to comment.