Skip to content

Commit

Permalink
fix(ci): disable non-embassy build temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Nov 1, 2024
1 parent eed2c09 commit 420c79d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -euo pipefail
cargo build --features ${CHIP},embassy,rt,memory-x --no-default-features --target ${TARGET}

# Build without embassy
cargo build --features ${CHIP},rt --no-default-features --target ${TARGET}
# cargo build --features ${CHIP},rt --no-default-features --target ${TARGET}

# Build without embassy and rt
cargo build --features ${CHIP} --no-default-features --target ${TARGET}
# cargo build --features ${CHIP} --no-default-features --target ${TARGET}

0 comments on commit 420c79d

Please sign in to comment.