mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 17:35:54 +03:00
[GH-ISSUE #507] Downgrade necessary libc version to run aarch binary #177
Labels
No labels
bug
confirmed
discussion
duplicate
enhancement
feature
feature-request
not-planned
pull-request
secondary-feature
stale
triage
waiting-feedback
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dns-proxy-server-mageddo#177
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mageddo on GitHub (Jul 5, 2024).
Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/507
What is Happening
Currently required libc version is 2.34 (2021)
What is Expected
Be compatible with at least 2.28 (2018)
Additional Info
Tried to be compatible with 2.24 but graalvm 21 on aarch version requires gcc 9 and I only managed to prepare a debian env with gcc 9 and libc 2.28
gcc:10-buster@sha256:d74acd6b586c6d40628b7fe0b2072e298c6dc5cf1c8c64dde51803f8b3d1b165Error found on < gcc 9
Related thread https://github.com/oracle/graal/issues/7467#issuecomment-1731162112
Relates to #473