File: build-ruby-openssl

package info (click to toggle)
ruby-build 20260121-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 3,148 kB
  • sloc: sh: 1,914; ruby: 26; makefile: 19
file content (7 lines) | stat: -rwxr-xr-x 237 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#!/usr/bin/env bash

set -euxo pipefail

export RUBY_BUILD_VENDOR_OPENSSL=yes
ruby-build $(cat debian/tests/latest-version) "$AUTOPKGTEST_TMP"
"$AUTOPKGTEST_TMP"/bin/ruby --version | tee "$AUTOPKGTEST_ARTIFACTS"/ruby-openssl-version.txt