This project builds a custom glibc (GNU C Library) version 2.35 with specific modifications for await functionality.
glibc-2.35/- Modified glibc 2.35 source codeglibc-builder/- Docker environment and scripts for building glibcrootfs-builder/- Scripts for building the base rootfsrootfs-server/- HTTP server for distributing the built rootfslogs/- Build and installation logs
docker-compose upmkdir glibc-2.35/build
mkdir local
cd glibc-2.35/build
../configure --prefix=/$HOME/await-glibc/local
make -j16
make install