Skip to content

Commit 53b38d0

Browse files
authored
Remove libsqlite from MINIMAL build (#23900)
libsqlite is really slow building, and causes the MINIMAL build step to be much slower (especially since it's not parallel). The testers that use frozen caches also do not depend on it, as they use the ALL library target. This has the effect that it pushes building this library from the fast/highly parallel build-linux builder to the test builders, and makes build-linux faster.
1 parent 38b04f4 commit 53b38d0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

embuilder.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@
8686
'libunwind-legacyexcept',
8787
'libunwind-wasmexcept',
8888
'libnoexit',
89-
'sqlite3',
90-
'sqlite3-mt',
9189
'libwebgpu',
9290
'libwebgpu_cpp',
9391
]

0 commit comments

Comments
 (0)