You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: trim docs and include retry count in poll message
- Remove Debian/Ubuntu install guide and RUSTFLAGS example from
CONTRIBUTING.md (audience can figure these out)
- Extract retry count to a variable and include it in the FUSE
mount poll panic message
https://claude.ai/code/session_01LfpnUZrgq93MVZgA3KVqE6
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-11Lines changed: 1 addition & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -369,17 +369,7 @@ Some integration tests require external (non-Cargo) tools that are **not** manag
369
369
-`squashfuse` (provides `squashfuse`) — cross-device (`--one-file-system`) FUSE test
370
370
-`fuse3` (provides `fusermount3`, `/dev/fuse`) — cross-device (`--one-file-system`) FUSE test
371
371
372
-
On Debian/Ubuntu:
373
-
374
-
```sh
375
-
sudo apt install squashfs-tools squashfuse fuse3
376
-
```
377
-
378
-
Tests that need these tools will panic with a diagnostic message if they are missing. The panic message includes the specific `RUSTFLAGS='--cfg pdu_test_skip_*'` flag to skip the test. For example:
Tests that need these tools will panic with a diagnostic message if they are missing. The panic message includes the specific `RUSTFLAGS='--cfg pdu_test_skip_*'` flag to skip the test.
0 commit comments