-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
add support for targeting glibc 2.30 #3098
Copy link
Copy link
Closed
Labels
enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.os-linuxLinuxLinuxstage1The process of building from source via WebAssembly and the C backend.The process of building from source via WebAssembly and the C backend.
Milestone
Metadata
Metadata
Assignees
Labels
enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.os-linuxLinuxLinuxstage1The process of building from source via WebAssembly and the C backend.The process of building from source via WebAssembly and the C backend.
glibc 2.30 was released. Time to follow the update procedure. There's also
tools/update_glibc.zigfor dealing with abilist files and it looks like I did not document that process yet. Also note to self,std.AutoHashMapbehavior changed for[]const u8and so that will have to be fixed intools/update_glibc.zigbefore using it.