Skip to content
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

Update musl builder to Alpine 3.19 #4513

Closed
wants to merge 1 commit into from
Closed

Conversation

SeanTAllen
Copy link
Member

No description provided.

@SeanTAllen SeanTAllen requested a review from a team April 27, 2024 13:37
@ponylang-main ponylang-main added the discuss during sync Should be discussed during an upcoming sync label Apr 27, 2024
@SeanTAllen
Copy link
Member Author

We appear to have a compilation error to look into

@SeanTAllen
Copy link
Member Author

So the compilation is that our LLVM can't find lseek64.

@jemc
Copy link
Member

jemc commented Apr 30, 2024

Discussed in today's sync call.

We think the right next step is to try upgrading to the latest LLVM version (currently 17.0.1).

Alpine has gotten rid of their lseek64 shim which previously was just an alias for lseek, and now is no longer there. So we need a newer version of the LLVM source code which no longer uses lseek64, at least on alpine. It looks like the current main branch of LLVM is not using lseek64 anymore, so I suspect upgrading LLVM will solve this.

@chalcolith
Copy link
Member

The latest LLVM release is 18.1.4: https://github.com/llvm/llvm-project/releases/tag/llvmorg-18.1.4

@SeanTAllen
Copy link
Member Author

Closing for now

@SeanTAllen SeanTAllen closed this Apr 30, 2024
@ponylang-main ponylang-main added discuss during sync Should be discussed during an upcoming sync and removed discuss during sync Should be discussed during an upcoming sync labels Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discuss during sync Should be discussed during an upcoming sync
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants