Commit 627f1de
committed
Do not build jemalloc on Windows
The jemalloc extention was recently added to JDBC builds in duckdb#133.
The logic for its selection in `vendor.py` does not look fully correct
to me, but both Linux and Mac are passing on CI, only Windows is
breaking, so this change only tries to unbreak Windows builds, and
the jemalloc selection logic can be improved in subsequent PRs.1 parent d2c82b2 commit 627f1de
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
0 commit comments