-
-
Couldn't load subscription status.
- Fork 332
Add snmp and net-snmp support for macOS and Linux #946
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
base: main
Are you sure you want to change the base?
Conversation
# Conflicts: # src/globals/test-extensions.php
|
@henderkes Do you think it's necessary that we publish |
|
It would certainly help our CI. But I don't think it's necessary to save 2-3 minutes. |
|
|
||
| # - name: Setup tmate session | ||
| # if: ${{ failure() }} | ||
| # if: ${{ failure() && matrix.os == 'ubuntu-22.04-arm' && matrix.php == '8.1' }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| # if: ${{ failure() && matrix.os == 'ubuntu-22.04-arm' && matrix.php == '8.1' }} | |
| # if: ${{ failure() }} |
| 'bzip2', 'cmake', 'patch', | ||
| 'xz', 'libtoolize', 'which', | ||
| 'patchelf', | ||
| 'patchelf', 'file', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
huh?
What does this PR do?
Fix #841
Windows support seems a little complicated. The official php group is maintaining winlibs/net-snmp. Haven't tried yet.
Checklist before merging
*.phpor*.json, run them locally to ensure your changes are valid:composer cs-fixcomposer analysecomposer testbin/spc dev:sort-configsrc/globals/test-extensions.php.extension testortest extensionsto trigger full test suite.