Commit 9ed3440
committed
fix(build): exclude runtime engine dir from .brxt payload
The brxt build was including the engine that bootstrap.ensure_engine
caches at src/codegraphagent/engine/ during local smoke tests, ballooning
codegraphagent.brxt from 12 KB to 45 MB. The engine is downloaded on first
use; it must not ship inside the .brxt.1 parent 5fa5cc9 commit 9ed3440
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
24 | | - | |
| 26 | + | |
| 27 | + | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
| |||
0 commit comments