Skip to content

Commit

Permalink
Update truffleruby-dev to use builds based on Ubuntu 20.04.
Browse files Browse the repository at this point in the history
Ubuntu 18.04 will be end of life soon and TruffleRuby will stop delivering builds based on 18.04 accordingly.
  • Loading branch information
nirvdrum authored and eregon committed Feb 22, 2023
1 parent 46878c9 commit f36ddae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/ruby-build/truffleruby-dev
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
platform="$(uname -s)-$(uname -m)"
case $platform in
Linux-x86_64)
install_package "truffleruby-head" "https://github.com/ruby/truffleruby-dev-builder/releases/latest/download/truffleruby-head-ubuntu-18.04.tar.gz" truffleruby
install_package "truffleruby-head" "https://github.com/ruby/truffleruby-dev-builder/releases/latest/download/truffleruby-head-ubuntu-20.04.tar.gz" truffleruby
;;
Linux-aarch64)
install_package "truffleruby-head" "https://github.com/graalvm/graalvm-ce-dev-builds/releases/latest/download/truffleruby-dev-linux-aarch64.tar.gz" truffleruby
Expand Down

0 comments on commit f36ddae

Please sign in to comment.