Skip to content

Commit 60cd512

Browse files
chore: remove obsolete diagnostic and build scripts (#256)
1 parent 7aa9773 commit 60cd512

8 files changed

Lines changed: 0 additions & 615 deletions

File tree

scripts/README.md

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -84,38 +84,6 @@ This script will:
8484

8585
**Run once for maximum build speed!**
8686

87-
### Diagnostics (`diagnose`)
88-
89-
Diagnose build issues and check optimization status.
90-
91-
**Windows:** `scripts\diagnose.cmd`
92-
**Linux/macOS:** `./scripts/diagnose.sh`
93-
94-
This will check:
95-
- sccache installation and configuration
96-
- Incremental compilation settings
97-
- Build cache status
98-
- Cargo configuration
99-
100-
### Fast Build (`fast_build`)
101-
102-
Optimized build script with caching support.
103-
104-
**Windows:** `scripts\fast_build.ps1 [options]`
105-
**Linux/macOS:** `./scripts/fast_build.sh [options]`
106-
107-
Options:
108-
- `--release` - Build in release mode
109-
- `--clean` - Clean build artifacts
110-
- `--check` - Run check instead of build
111-
112-
### Setup sccache (`setup_sccache`)
113-
114-
Install and configure sccache only (without cargo-watch).
115-
116-
**Windows:** `scripts\setup_sccache.ps1`
117-
**Linux/macOS:** `./scripts/setup_sccache.sh`
118-
11987
## Automatic Optimizations
12088

12189
The `dev` scripts automatically apply these optimizations:

scripts/check_license.sh

Lines changed: 0 additions & 50 deletions
This file was deleted.

scripts/diagnose.cmd

Lines changed: 0 additions & 98 deletions
This file was deleted.

scripts/diagnose.sh

Lines changed: 0 additions & 101 deletions
This file was deleted.

scripts/fast_build.ps1

Lines changed: 0 additions & 90 deletions
This file was deleted.

0 commit comments

Comments
 (0)