Verified Commit 0fcf0185 authored by Elliot Forbes's avatar Elliot Forbes 2️⃣ Committed by GitLab
Browse files

Merge branch 'fix/use-precompiled-ruby' into 'master'

Use precompiled Ruby to avoid OpenSSL source build

See merge request !328

Merged-by: Elliot Forbes's avatarElliot Forbes <eforbes@gitlab.com>
Approved-by: Elliot Forbes's avatarElliot Forbes <eforbes@gitlab.com>
Reviewed-by: default avatarGitLab Duo <gitlab-duo@gitlab.com>
Co-authored-by: default avatarHordur Freyr Yngvason <hfyngvason@gitlab.com>
parents befdbd0c 700ec88d
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
[settings]
legacy_version_file = false
# Install precompiled Ruby instead of building from source. The from-source
# build compiles a vendored OpenSSL (ruby-build's `needs_openssl` check fails
# because CI images ship the OpenSSL runtime but no dev headers/pkg-config),
# and that compile is slow and fails in CI. Precompiled Ruby bundles its own
# OpenSSL and sidesteps it. This becomes mise's default in 2026.8.0.
ruby.compile = false

[tools]
# Please continue to use `.tool-versions` to specify tool versions, rather than adding them directly here.