-
Notifications
You must be signed in to change notification settings - Fork 187
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
Adjusted cf-support for exotic UNIX platforms #5652
Conversation
04de793
to
647b54f
Compare
647b54f
to
8ff4bf5
Compare
@cf-bottom please run cf-support tests (wish you knew how) |
Sure, I triggered a build: Jenkins: https://ci.cfengine.com/job/pr-pipeline/11489/ Packages: http://buildcache.cfengine.com/packages/testing-pr/jenkins-pr-pipeline-11489/ |
hpux testing-pr failure is fixed with cfengine/buildscripts#1546, retry: |
head -c 8 doesn't work on hpux 11.23 that we test on currently dd count=1 bs=8 should work on all UNIX systems tr on solaris needs LC_CTYPE=C as it can't handle binary data. Silence not found sysctl command where it is not present. Ticket: ENT-9786 Changelog: title
2d18fd9
to
feede7c
Compare
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.
Maybe squash the two last commits? Otherwise, LGTM 🚀
…s missing Previously cf-support would fail if core dumps were present and gdb was missing. We only want a warning and a log of which files are available for anlysis in this case. Ticket: ENT-9786 Changelog: title
7ab89c3
to
8194ff5
Compare
head -c 8 doesn't work on hpux 11.23 that we test on currently
dd count=1 bs=8 should work on all UNIX systems
tr on solaris needs LC_CTYPE=C as it can't handle binary data.
Silence not found sysctl command where it is not present.
Ticket: ENT-9786
Changelog: title