Skip to content

Updated dependencies (master) #1770

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

github-actions[bot]
Copy link
Contributor

Automated dependency updates for the master branch

@larsewi
Copy link
Contributor

larsewi commented Jun 23, 2025

With exotics
Build Status

@larsewi larsewi force-pushed the update-dependencies-action-master-1750662347 branch 6 times, most recently from b11c0b1 to 5e34104 Compare June 24, 2025 13:57
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]>
@larsewi larsewi force-pushed the update-dependencies-action-master-1750662347 branch from 5e34104 to 16fc9aa Compare June 25, 2025 10:39
@olehermanse olehermanse removed their request for review June 25, 2025 12:14
rhel|centos)
if [ $(echo $OS_VERSION | cut -d. -f1) = 7 ]
then
# Fixes the following compilation error on rhel 7:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

odd, this is new? and maybe we could more easily fix the autoconfig bits which are incorrectly setting HAVE_GETRANDOM to true?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants