Skip to content

Commit

Permalink
Build installers with ruby 2.7 for linux + macos
Browse files Browse the repository at this point in the history
  • Loading branch information
soapy1 committed Jul 9, 2021
1 parent 31f3229 commit 1d0f3a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/support/package_archlinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ TMP_DIR=$(mktemp -d tmp.XXXXXXXXX)
pushd $TMP_DIR
TMP_DIR="$(pwd)"

cp "${DIR}/archlinux/PKGBUILD" ./PKGBUILD
cp "${DIR}/archlinux/PKGBUILD.local" ./PKGBUILD

tar -f substrate.tar.gz --directory="${SUBSTRATE_DIR}" -cz ./

Expand Down
2 changes: 1 addition & 1 deletion substrate/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ libxslt_file="libxslt-1.1.34.tar.gz" # ftp://xmlsoft.org/libxml2/libxsl
libyaml_file="yaml-0.2.5.tar.gz" # http://pyyaml.org/download/libyaml/yaml-${libyaml_version}.tar.gz
openssl_file="openssl-1.1.1k.tar.gz" # https://www.openssl.org/source/openssl-${openssl_version}.tar.gz
readline_file="readline-8.0.tar.gz" # https://ftpmirror.gnu.org/readline/readline-${readline_version}.tar.gz
ruby_file="ruby-3.0.1.zip" # https://cache.ruby-lang.org/pub/ruby/${ruby_short_version}/ruby-${ruby_version}.zip
ruby_file="ruby-2.7.4.zip" # https://cache.ruby-lang.org/pub/ruby/${ruby_short_version}/ruby-${ruby_version}.zip
xz_file="xz-5.2.5.tar.gz" # https://tukaani.org/xz/xz-${xz_version}.tar.gz
zlib_file="zlib-1.2.11.tar.gz" # http://zlib.net/zlib-${zlib_version}.tar.gz

Expand Down

0 comments on commit 1d0f3a6

Please sign in to comment.