Skip to content

Commit

Permalink
Attempt to get solaris working again.
Browse files Browse the repository at this point in the history
  • Loading branch information
djberg96 committed Apr 28, 2024
1 parent afc1c2c commit 15371c0
Showing 1 changed file with 18 additions and 24 deletions.
42 changes: 18 additions & 24 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,27 +34,21 @@ jobs:
- name: Run tests
run: bundle exec rake

# test_solaris:
# runs-on: macos-12
# name: A job to run test in Solaris
# steps:
# - uses: actions/checkout@v2
# - name: test Solaris
# id: test
# uses: vmactions/solaris-vm@v0
# with:
# usesh: true
# prepare: |
# # as far as i know latest possible version ist 2.6.x in Solaris 11.4
# pkgutil -y -i runtime/ruby-26
# ruby -v
# gem install bundler
# bundle install
# #
# # maybe use puppet to get new ruby (?)
# # so we would get ruby 2.7.6p219
# # curl -JLO 'https://pm.puppetlabs.com/puppet-agent/2021.7.1/7.20.0/repos/solaris/11/puppet7/puppet-agent@7.20.0,5.11-1.i386.p5p'
# # pkg install -g file://$(pwd)/puppet-agent\@7.20.0\,5.11-1.i386.p5p pkg:/puppet-agent

# run: |
# bundle exec rake
test_solaris:
runs-on: ubuntu-latest
name: A job to run test in Solaris
steps:
- uses: actions/checkout@v2
- name: test Solaris
id: test
uses: vmactions/solaris-vm@v1
with:
usesh: true
prepare: |
# as far as i know latest possible version ist 2.6.x in Solaris 11.4
pkgutil -y -i runtime/ruby-26
ruby -v
gem install bundler
bundle install
run: |
bundle exec rake

0 comments on commit 15371c0

Please sign in to comment.