1 parent fa67f3d commit a35c0ebCopy full SHA for a35c0eb
1 file changed
docs/internal/apply-transaction-cleanup.md
@@ -26,7 +26,7 @@ To reproduce the diagnostic on macOS after building `dist/review_regressions`:
26
cc -g -O1 -Isrc -Isrc/sqlite -Isrc/network -Isqlite -Imodules/fractional-indexing \
27
-DSQLITE_CORE -DCLOUDSYNC_UNITTEST -DCLOUDSYNC_OMIT_NETWORK \
28
test/stress/payload_oom.c \
29
- $(find build/test -name '*.o' ! -name 'unit.o' ! -name '*bench.o' ! -name 'integration.o' ! -name 'review_regressions.o') \
+ $(find build/test -name '*.o' ! -name 'unit.o' ! -name '*bench.o' ! -name 'integration.o' ! -name 'integration_bootstrap.o' ! -name 'review_regressions.o') \
30
-framework Security -o /tmp/payload-oom
31
/tmp/payload-oom
32
```
0 commit comments