Skip to content

Commit

Permalink
Test Ruby 3 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nodeg committed Aug 20, 2024
1 parent ddbb95e commit 7953759
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

/**
* Parser specific for Alibaba cloud linux errata.
* // TEST DOM
*/
public class AlibabaErrataParser extends AbstractSimpleErrataParser {

Expand Down
3 changes: 3 additions & 0 deletions testsuite/podman_runner/05_install_gems_in_controller.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#!/bin/bash
set -xe

# Fix for building Twopence from source
sudo -i podman exec controller bash -c "ln -fs /usr/lib64/ruby/gems/3.3.0/gems/twopence-0.4.2/lib/twopence.so /usr/lib64/ruby/gems/3.3.0/gems/twopence-0.4.2/lib/twopence.so.0"
sudo -i podman exec controller bash -c "cd /testsuite && bundle.ruby3.3 install --gemfile Gemfile --verbose"

0 comments on commit 7953759

Please sign in to comment.