Skip to content

Commit 0c92648

Browse files
committed
CI fix
1 parent f63bd67 commit 0c92648

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ci/build.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ required_arg $CROSS 'CROSS'
1515
required_arg $TARGET_TRIPLE '<Target Triple>'
1616

1717
if [ -z "$RELEASE_BUILD" ]; then
18-
$CROSS build --target $TARGET_TRIPLE --no-default-features --features ring,std
18+
$CROSS build --target $TARGET_TRIPLE --no-default-features --features ring
1919
else
20-
$CROSS build --target $TARGET_TRIPLE --release --no-default-features --features ring,std
20+
$CROSS build --target $TARGET_TRIPLE --release --no-default-features --features ring
2121
fi

ci/test.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ TARGET_TRIPLE=$2
1212
required_arg $CROSS 'CROSS'
1313
required_arg $TARGET_TRIPLE '<Target Triple>'
1414

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

0 commit comments

Comments
 (0)