-
Notifications
You must be signed in to change notification settings - Fork 37
Updated dependencies (3.21.x) #1902
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
Conversation
|
@cf-bottom jenkins exotics |
|
Alright, I triggered a build: (with exotics) Jenkins: https://ci.cfengine.com/job/pr-pipeline/12680/ Packages: http://buildcache.cfengine.com/packages/testing-pr/jenkins-pr-pipeline-12680/ |
Failed to apply this patch after dependency upgrades. Maybe it's fixed, or maybe we need to reapply it to resolve conflicts. ``` 16:24:44 if [ "mingw" = mingw ]; then patch -p1 < "/home/jenkins/workspace/testing-pr/label/PACKAGES_i386_mingw/libcurl/pkg"/fix-curl-windows.patch; fi 16:24:44 patching file configure 16:24:44 Hunk #1 FAILED at 41895. 16:24:44 Hunk #2 succeeded at 48695 (offset 310 lines). 16:24:44 1 out of 2 hunks FAILED -- saving rejects to file configure.rej ``` This reverts commit d9a5956.
|
@cf-bottom Jenkins with exotics please :) |
|
Alright, I triggered a build: (with exotics) Jenkins: https://ci.cfengine.com/job/pr-pipeline/12686/ Packages: http://buildcache.cfengine.com/packages/testing-pr/jenkins-pr-pipeline-12686/ |
After upgrading to curl 8.16.0 we got
```
altsvc.c: In function 'altsvc_load':
altsvc.c:230:8: error: implicit declaration of function 'fopen' [-Werror=implicit-function-declaration]
fp = fopen(file, FOPEN_READTEXT);
^~~~~
```
on AIX 7.1. The header stdio.h is probably included indirectly on all
other platforms.
Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
(cherry picked from commit 8a52b02)
|
@cf-bottom Jenkins with exotics please :) |
|
Sure, I triggered a build: (with exotics) Jenkins: https://ci.cfengine.com/job/pr-pipeline/12707/ Packages: http://buildcache.cfengine.com/packages/testing-pr/jenkins-pr-pipeline-12707/ |
Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech> (cherry picked from commit 9d605e4)
|
@cf-bottom Jenkins with exotics please :) |
|
Sure, I triggered a build: (with exotics) Jenkins: https://ci.cfengine.com/job/pr-pipeline/12724/ Packages: http://buildcache.cfengine.com/packages/testing-pr/jenkins-pr-pipeline-12724/ |
Automated dependency updates for the 3.21.x branch