Skip to content

Commit

Permalink
Land #204, Remove jemalloc for linux arm compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
zgoldman-r7 authored Jun 4, 2024
2 parents a9c47e2 + 78d6a20 commit 0718cf4
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 0718cf4

Please sign in to comment.