Skip to content
This repository was archived by the owner on Feb 19, 2026. It is now read-only.
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
targets: aarch64-unknown-none-softfloat
- run: cargo fmt --all -- --check
- run: cargo clippy --workspace --exclude kernel --exclude dyld
- run: cargo run -p gravity-setup -- --ci
- run: cargo run -p gravity-setup -- ci
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ compile_commands.json
/result
/result-*
src/kernel/src/rust_dyld.bin
.chat_history.json
Loading
Loading