Skip to content

Commit

Permalink
Remove jemalloc for linux arm compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
adfoster-r7 committed Jun 4, 2024
1 parent 40b54fe commit 78d6a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/software/ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
env = with_standard_compiler_flags(with_embedded_path)

# do not remove - Rapid7 custom - do not remove:
jemalloc_required = linux? || mac_os_x?
jemalloc_required = (linux? && !arm?) || mac_os_x?
if jemalloc_required
dependency "jemalloc"
end
Expand Down

0 comments on commit 78d6a20

Please sign in to comment.