Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the need for a C compiler to be present to install the agent #211

Closed
wants to merge 2 commits into from

Conversation

hmadison
Copy link
Collaborator

@hmadison hmadison commented Feb 8, 2021

  • Sys::ProcTable is now only used on non-Linux hosts to get the command line arguments if present. If not, we will fall back to ARGV.
  • Oj is no longer explicitly required. The agent will use Oj ifOj.mimic_JSON is called during the boot process of your application.

@hmadison hmadison force-pushed the hm/no-hard-compiler-requirements branch 4 times, most recently from fea4e90 to 055469f Compare February 9, 2021 13:28
Sys::ProcTable is now only used on non-Linux hosts to get the command
line arguments if present. If not, we will fall back to ARGV.

Oj is no longer explicitly required. The agent will use Oj if
`Oj.mimic_JSON` is called during the boot process of your application.
@hmadison hmadison force-pushed the hm/no-hard-compiler-requirements branch from 055469f to c9fe9e3 Compare February 9, 2021 13:32
@hmadison hmadison closed this Feb 9, 2021
@hmadison hmadison deleted the hm/no-hard-compiler-requirements branch April 13, 2021 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant