Skip to content

Commit e6a9d79

Browse files
committed
debugging output for packaged ruby issue
1 parent 0baf152 commit e6a9d79

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ci/github-actions/setup.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,13 @@ else
144144
# test openssl
145145
ruby ${GITHUB_WORKSPACE}/ci/github-actions/verify_openstudio.rb
146146

147+
#DEBUG shared libraries in packaged ruby
148+
ruby -v
149+
echo "=== RBCONFIG SNAPSHOT ==="
150+
ruby -rrbconfig -e 'p RbConfig::CONFIG.values_at("ruby_version","arch","LIBRUBYARG_SHARED","LIBRUBYARG_STATIC","LIBRUBY_SO","LIBRUBY_A","libdir","rubylibdir","archdir")'
151+
echo "=== /usr/local/ruby/lib ==="
152+
ls -la /usr/local/ruby/lib || true
153+
147154
ruby "${GITHUB_WORKSPACE}/bin/openstudio_meta" install_gems --with_test_develop --debug --verbose --use_cached_gems
148155
bundle -v
149156
# create dir for output files which will be generated in case of failure

0 commit comments

Comments
 (0)