Skip to content
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/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Stellar CLI is a Rust-based command-line tool for interacting with the Stellar n
### Bootstrap and Build

- Install system dependencies: `sudo apt-get update && sudo apt-get install -y libudev-dev libdbus-1-dev build-essential`
- Install Rust toolchain: `rustup update` (Rust 1.89.0+ required)
- Install Rust toolchain: `rustup update` (Rust 1.92.0+ required)
- Add WebAssembly target: `rustup target add wasm32v1-none`
- Build main CLI: `cargo build --bin stellar` -- takes 45 seconds. NEVER CANCEL.
- Install CLI: `make install` -- takes 3 minutes with potential network timeouts. NEVER CANCEL. Set timeout to 10+ minutes.
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/bindings-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- uses: stellar/quickstart@main
with:
tag: testing
protocol_version: 26
- uses: actions/setup-node@v6
with:
node-version: "20.x"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rpc-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- uses: stellar/quickstart@main
with:
tag: future
protocol_version: 26
- uses: actions/checkout@v6
- uses: stellar/actions/rust-cache@main
- run: rustup update
Expand Down
Loading
Loading