Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions ci/templates/packages/ruby/packaging.erb
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ tar xzf "yaml-${LIBYAML_VERSION}.tar.gz"

<%= /^0\.2/ =~ yaml_version ? "patch -p1 < ../patches/libyaml-#{yaml_version}.patch" : "" %>

if [ "$(uname -m)" == "ppc64le" ]; then
cp "${BOSH_COMPILE_TARGET}"/config/config.{guess,sub} ./tool
fi

./configure --prefix="${BOSH_INSTALL_TARGET}"
make
make install
Expand All @@ -54,10 +50,6 @@ tar xzf "ruby-${RUBY_VERSION}.tar.gz"
set -e
cd "ruby-${RUBY_VERSION}"

if [ "$(uname -m)" == "ppc64le" ]; then
cp "${BOSH_COMPILE_TARGET}"/config/config.{guess,sub} ./tool
fi

LDFLAGS="-Wl,-rpath -Wl,${BOSH_INSTALL_TARGET}" ./configure --prefix="${BOSH_INSTALL_TARGET}" --disable-install-doc --with-opt-dir="${BOSH_INSTALL_TARGET}" --without-gmp $with_openssl_dir
make
make install
Expand Down
2 changes: 0 additions & 2 deletions ci/templates/packages/ruby/spec.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: <%= ruby_package_name %>

files:
- compile-<%= ruby_version %>.env
- config/config.guess
- config/config.sub
- gemrc
- overwrite_shebang.rb
- <%= ruby_blob %>
Expand Down
8 changes: 0 additions & 8 deletions packages/ruby-3.3/packaging
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ tar xzf "yaml-${LIBYAML_VERSION}.tar.gz"

patch -p1 < ../patches/libyaml-0.2.5.patch

if [ "$(uname -m)" == "ppc64le" ]; then
cp "${BOSH_COMPILE_TARGET}"/config/config.{guess,sub} ./tool
fi

./configure --prefix="${BOSH_INSTALL_TARGET}"
make
make install
Expand All @@ -54,10 +50,6 @@ tar xzf "ruby-${RUBY_VERSION}.tar.gz"
set -e
cd "ruby-${RUBY_VERSION}"

if [ "$(uname -m)" == "ppc64le" ]; then
cp "${BOSH_COMPILE_TARGET}"/config/config.{guess,sub} ./tool
fi

LDFLAGS="-Wl,-rpath -Wl,${BOSH_INSTALL_TARGET}" ./configure --prefix="${BOSH_INSTALL_TARGET}" --disable-install-doc --with-opt-dir="${BOSH_INSTALL_TARGET}" --without-gmp $with_openssl_dir
make
make install
Expand Down
2 changes: 0 additions & 2 deletions packages/ruby-3.3/spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: ruby-3.3

files:
- compile-3.3.env
- config/config.guess
- config/config.sub
- gemrc
- overwrite_shebang.rb
- ruby-3.3.11.tar.gz
Expand Down
8 changes: 0 additions & 8 deletions packages/ruby-3.4/packaging
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ tar xzf "yaml-${LIBYAML_VERSION}.tar.gz"

patch -p1 < ../patches/libyaml-0.2.5.patch

if [ "$(uname -m)" == "ppc64le" ]; then
cp "${BOSH_COMPILE_TARGET}"/config/config.{guess,sub} ./tool
fi

./configure --prefix="${BOSH_INSTALL_TARGET}"
make
make install
Expand All @@ -54,10 +50,6 @@ tar xzf "ruby-${RUBY_VERSION}.tar.gz"
set -e
cd "ruby-${RUBY_VERSION}"

if [ "$(uname -m)" == "ppc64le" ]; then
cp "${BOSH_COMPILE_TARGET}"/config/config.{guess,sub} ./tool
fi

LDFLAGS="-Wl,-rpath -Wl,${BOSH_INSTALL_TARGET}" ./configure --prefix="${BOSH_INSTALL_TARGET}" --disable-install-doc --with-opt-dir="${BOSH_INSTALL_TARGET}" --without-gmp $with_openssl_dir
make
make install
Expand Down
2 changes: 0 additions & 2 deletions packages/ruby-3.4/spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: ruby-3.4

files:
- compile-3.4.env
- config/config.guess
- config/config.sub
- gemrc
- overwrite_shebang.rb
- ruby-3.4.10.tar.gz
Expand Down
8 changes: 0 additions & 8 deletions packages/ruby-4.0/packaging
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ tar xzf "yaml-${LIBYAML_VERSION}.tar.gz"

patch -p1 < ../patches/libyaml-0.2.5.patch

if [ "$(uname -m)" == "ppc64le" ]; then
cp "${BOSH_COMPILE_TARGET}"/config/config.{guess,sub} ./tool
fi

./configure --prefix="${BOSH_INSTALL_TARGET}"
make
make install
Expand All @@ -54,10 +50,6 @@ tar xzf "ruby-${RUBY_VERSION}.tar.gz"
set -e
cd "ruby-${RUBY_VERSION}"

if [ "$(uname -m)" == "ppc64le" ]; then
cp "${BOSH_COMPILE_TARGET}"/config/config.{guess,sub} ./tool
fi

LDFLAGS="-Wl,-rpath -Wl,${BOSH_INSTALL_TARGET}" ./configure --prefix="${BOSH_INSTALL_TARGET}" --disable-install-doc --with-opt-dir="${BOSH_INSTALL_TARGET}" --without-gmp $with_openssl_dir
make
make install
Expand Down
2 changes: 0 additions & 2 deletions packages/ruby-4.0/spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: ruby-4.0

files:
- compile-4.0.env
- config/config.guess
- config/config.sub
- gemrc
- overwrite_shebang.rb
- ruby-4.0.5.tar.gz
Expand Down
Loading