Skip to content

Commit

Permalink
Merge pull request #698 from cthorn42/maint/master/PA-5640_fix_rubyge…
Browse files Browse the repository at this point in the history
…m_ffi_agent_runtime_logic

(PA-5640) Fix ruybgem-ffi runtime logic
  • Loading branch information
joshcooper committed Jul 12, 2023
2 parents ae55412 + bae6313 commit 2e92026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/components/rubygem-ffi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
if platform.is_cross_compiled_linux?
pkg.environment "PATH", "/opt/pl-build-tools/bin:$(PATH)"
elsif platform.is_solaris?
if settings[:runtime_project] == 'agent-runtime-main'
if settings[:ruby_version] =~ /3\.\d+\.\d+/
pkg.environment "PATH", "/opt/csw/bin:/opt/pl-build-tools/bin:$(PATH)"
else
pkg.environment "PATH", "/opt/pl-build-tools/bin:/opt/csw/bin:$(PATH)"
Expand Down

0 comments on commit 2e92026

Please sign in to comment.