rbenv-ruby-build/test
Mislav Marohnić 14d3185545
Fix linking to vendored OpenSSL on 64-bit systems
On 64-bit systems, the build system for OpenSSL tends to produce a "lib64"
directory instead of a "lib" directory due to its "multilib" feature being
enabled by default. However, the Ruby "openssl" extension assumes that the
directory is always named "lib", or explicitly passed via `--with-openssl-lib`.

This disables multilib support in OpenSSL by passing `--libdir=lib` to OpenSSL
configure step.
2024-10-15 14:24:13 +02:00
..
fixtures Fix linking to older OpenSSL for Ruby < 2.7.7 2023-12-07 15:52:10 +01:00
stubs Automatically link to Homebrew OpenSSL 2023-11-02 13:53:50 +01:00
tmp Ensure test/tmp directory exists 2012-11-19 19:25:52 -06:00
arguments.bats Improve cached_tarball test helper 2023-10-17 12:40:17 +02:00
build.bats Fix linking to vendored OpenSSL on 64-bit systems 2024-10-15 14:24:13 +02:00
cache.bats Show progress of downloaded files in the terminal 2023-11-07 10:17:54 +01:00
checksum.bats Show progress of downloaded files in the terminal 2023-11-07 10:17:54 +01:00
compiler.bats Fix compiling Ruby < 2.5 by omitting --with-ext 2023-11-24 22:08:28 +01:00
definitions.bats Rename definition to truffleruby+graalvm 2020-07-22 16:41:01 +02:00
fetch.bats Show progress of downloaded files in the terminal 2023-11-07 10:17:54 +01:00
hooks.bats Suggest rbenv global if there is no explicit global setting (#2052) 2022-09-25 11:20:43 +02:00
installer.bats Add ruby-build(1) man page 2023-11-07 18:20:59 +01:00
mirror.bats Show progress of downloaded files in the terminal 2023-11-07 10:17:54 +01:00
output.bats Fix commands printed when TMPDIR is empty 2023-11-08 23:56:03 +01:00
rbenv.bats 💅 Tidy up ruby-build help output 2023-11-07 18:20:59 +01:00
test_helper.bash Print external commands that ruby-build executes 2023-11-07 09:48:04 +01:00
version.bats update urls to rbenv 2015-12-07 14:17:04 -08:00