Skip to content

Commit b4155c3

Browse files
committed
Merge from main
2 parents 661565c + e3cf013 commit b4155c3

File tree

125 files changed

+16284
-1462
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+16284
-1462
lines changed

.github/workflows/rust.yml

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -75,46 +75,46 @@ jobs:
7575
- name: Run tests
7676
run: cargo test --locked --workspace --lib --bins --test '*' --exclude fig_desktop-fuzz
7777

78-
cargo-clippy-windows-chat-cli:
79-
name: Clippy Windows (chat_cli)
80-
runs-on: windows-latest
81-
timeout-minutes: 60
82-
steps:
83-
- uses: actions/checkout@v4
84-
- uses: dtolnay/[email protected]
85-
id: toolchain
86-
with:
87-
components: clippy
88-
- uses: actions/cache@v4
89-
with:
90-
path: |
91-
~/.cargo/registry/index/
92-
~/.cargo/registry/cache/
93-
~/.cargo/git/db/
94-
target/
95-
key: cargo-clippy-windows-chat-cli-${{ hashFiles('**/Cargo.lock') }}-${{ steps.toolchain.outputs.cachekey }}
96-
- run: cargo clippy --locked -p chat_cli --color always -- -D warnings
78+
# cargo-clippy-windows-chat-cli:
79+
# name: Clippy Windows (chat_cli)
80+
# runs-on: windows-latest
81+
# timeout-minutes: 60
82+
# steps:
83+
# - uses: actions/checkout@v4
84+
# - uses: dtolnay/[email protected]
85+
# id: toolchain
86+
# with:
87+
# components: clippy
88+
# - uses: actions/cache@v4
89+
# with:
90+
# path: |
91+
# ~/.cargo/registry/index/
92+
# ~/.cargo/registry/cache/
93+
# ~/.cargo/git/db/
94+
# target/
95+
# key: cargo-clippy-windows-chat-cli-${{ hashFiles('**/Cargo.lock') }}-${{ steps.toolchain.outputs.cachekey }}
96+
# - run: cargo clippy --locked -p chat_cli --color always -- -D warnings
9797

98-
cargo-test-windows-chat-cli:
99-
name: Test Windows (chat_cli)
100-
runs-on: windows-latest
101-
timeout-minutes: 60
102-
steps:
103-
- uses: actions/checkout@v4
104-
- uses: dtolnay/rust-toolchain@nightly
105-
id: toolchain
106-
with:
107-
components: llvm-tools-preview
108-
- uses: actions/cache@v4
109-
with:
110-
path: |
111-
~/.cargo/registry/index/
112-
~/.cargo/registry/cache/
113-
~/.cargo/git/db/
114-
target/
115-
key: cargo-test-windows-chat-cli-${{ hashFiles('**/Cargo.lock') }}-${{ steps.toolchain.outputs.cachekey }}
116-
- name: Run tests
117-
run: cargo test --locked -p chat_cli
98+
# cargo-test-windows-chat-cli:
99+
# name: Test Windows (chat_cli)
100+
# runs-on: windows-latest
101+
# timeout-minutes: 60
102+
# steps:
103+
# - uses: actions/checkout@v4
104+
# - uses: dtolnay/rust-toolchain@nightly
105+
# id: toolchain
106+
# with:
107+
# components: llvm-tools-preview
108+
# - uses: actions/cache@v4
109+
# with:
110+
# path: |
111+
# ~/.cargo/registry/index/
112+
# ~/.cargo/registry/cache/
113+
# ~/.cargo/git/db/
114+
# target/
115+
# key: cargo-test-windows-chat-cli-${{ hashFiles('**/Cargo.lock') }}-${{ steps.toolchain.outputs.cachekey }}
116+
# - name: Run tests
117+
# run: cargo test --locked -p chat_cli
118118

119119
cargo-fmt:
120120
name: Fmt

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,4 @@ book/
4949
.env*
5050

5151
run-build.sh
52+
.amazonq/

0 commit comments

Comments
 (0)