-
Notifications
You must be signed in to change notification settings - Fork 38
Updated dependencies (3.21.x) #1772
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: 3.21.x
Are you sure you want to change the base?
Updated dependencies (3.21.x) #1772
Conversation
@cf-bottom jenkins |
Alright, I triggered a build: Jenkins: https://ci.cfengine.com/job/pr-pipeline/12298/ Packages: http://buildcache.cfengine.com/packages/testing-pr/jenkins-pr-pipeline-12298/ |
When building git dependency on redhat 7 with git v2.50 we get a compilation error due to the include of a missing file. ``` 15:05:27 + make CURL_LDFLAGS=-lcurl 15:05:28 GIT_VERSION=2.50.0 15:05:28 * new build flags 15:05:28 CC daemon.o 15:05:28 In file included from git-compat-util.h:26:0, 15:05:28 from daemon.c:3: 15:05:28 compat/posix.h:159:24: fatal error: sys/random.h: No such file or directory 15:05:28 #include <sys/random.h> 15:05:28 ^ 15:05:28 compilation terminated. ``` Signed-off-by: Lars Erik Wik <[email protected]> (cherry picked from commit 16fc9aa)
Fixes current compilation error (found on Ubuntu 24): ``` 23:16:48 log.c:637:21: error: implicit declaration of function 'gettid'; did you mean 'getgid'? [-Wimplicit-function-declaration] 23:16:48 637 | pid_t tid = gettid(); 23:16:48 | ^~~~~~ 23:16:48 | getgid ``` Ticket: ENT-13084 Signed-off-by: Lars Erik Wik <[email protected]> (cherry picked from commit 6e0eaed)
@cf-bottom jenkins please |
Sure, I triggered a build: Jenkins: https://ci.cfengine.com/job/pr-pipeline/12318/ Packages: http://buildcache.cfengine.com/packages/testing-pr/jenkins-pr-pipeline-12318/ |
@cf-bottom jenkins please |
Alright, I triggered a build: Jenkins: https://ci.cfengine.com/job/pr-pipeline/12327/ Packages: http://buildcache.cfengine.com/packages/testing-pr/jenkins-pr-pipeline-12327/ |
6034378
to
588652d
Compare
Signed-off-by: Lars Erik Wik <[email protected]>
588652d
to
692a0a5
Compare
Automated dependency updates for the 3.21.x branch