Skip to content

Commit

Permalink
Merge pull request #6864 from jeroen/winfix
Browse files Browse the repository at this point in the history
Do not enable jemalloc unconditionally
  • Loading branch information
Mytherin committed Mar 28, 2023
2 parents 1e1b235 + b4612d1 commit 356c85c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/rpkg/rconfigure.py
Expand Up @@ -6,9 +6,6 @@

extensions = ['parquet']

if platform.system() == 'Linux' and platform.architecture()[0] == '64bit':
extensions.append('jemalloc')

# check if there are any additional extensions being requested
if 'DUCKDB_R_EXTENSIONS' in os.environ:
extensions = extensions + os.environ['DUCKDB_R_EXTENSIONS'].split(",")
Expand Down

0 comments on commit 356c85c

Please sign in to comment.