We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd9327 commit 11dbc37Copy full SHA for 11dbc37
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Unreleased
2
3
+# 1.18.5
4
+
5
* Attempt to detect a QEMU bug that can cause `bootsnap precompile` to hang forever when building ARM64 docker images
6
from x86_64 machines. See #495.
7
* Improve CLI to detect cgroup CPU limits and avoid spawning too many worker processes.
lib/bootsnap/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Bootsnap
- VERSION = "1.18.4"
+ VERSION = "1.18.5"
end
0 commit comments