mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-01-01 14:44:48 +01:00
Remove topaz
I can't find evidence that Topaz is still in development nor that it has had a release in the last 10 years.
This commit is contained in:
parent
a706e117d7
commit
945d124335
1 changed files with 0 additions and 19 deletions
|
@ -737,25 +737,6 @@ build_package_picoruby() {
|
|||
} >&4 2>&1
|
||||
}
|
||||
|
||||
build_package_topaz() {
|
||||
build_package_copy
|
||||
{ # shellcheck disable=SC2164
|
||||
cd "${PREFIX_PATH}/bin"
|
||||
echo "Creating symlink for ruby*"
|
||||
ln -fs topaz ruby
|
||||
} >&4 2>&1
|
||||
}
|
||||
|
||||
topaz_architecture() {
|
||||
case "$(uname -s)" in
|
||||
"Darwin") echo "osx64";;
|
||||
"Linux") [[ "$(uname -m)" = "x86_64" ]] && echo "linux64" || echo "linux32";;
|
||||
*)
|
||||
echo "no nightly builds available" >&2
|
||||
exit 1;;
|
||||
esac
|
||||
}
|
||||
|
||||
build_package_jruby() {
|
||||
build_package_copy
|
||||
# shellcheck disable=SC2164
|
||||
|
|
Loading…
Reference in a new issue