We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a75b3b commit 632f64bCopy full SHA for 632f64b
1 file changed
scripts/pre-push
@@ -16,7 +16,7 @@ if [ -f Cargo.toml ]; then
16
# Build for a target that has no std available.
17
if command -v rustup > /dev/null; then
18
rustup target add thumbv7m-none-eabi
19
- (cd tests/ensure_no_std; cargo build -r --target thumbv7m-none-eabi --no-default-features --features opa-no-std)
+ (cd tests/ensure_no_std; cargo build -r --target thumbv7m-none-eabi)
20
fi
21
22
# Ensure that we can build with only std.
0 commit comments