Open nightduck opened 8 months ago
Commenting out setup_pa yields an error in setup_tcg, because gawk is not installed
After adding gawk to the list of apt-get install packages, everything else builds correctly https://github.com/daanx/mimalloc-bench/blob/a45c31e31b093c25cd12a431398c7538ef8584f4/build-bench-env.sh#L417-L420
Can you please send a pull-request fixing this? <3
I can submit a PR with the gawk fix, but I don't know how to fix the autoninja line failing
the same issue for me, use no-pa
in args flags to skip building pa for now
This was caused by https://github.com/1c3t3a/partition_alloc_builder not pinning the upstream commits, and getting out of sync after this commit https://github.com/chromium/chromium/commit/35902f7433df844ff383a8a6ab04dd1682770b4c
System
Ubuntu 22.04
Error
Steps to reproduce
This bug occurs on this line in the build script https://github.com/daanx/mimalloc-bench/blob/a45c31e31b093c25cd12a431398c7538ef8584f4/build-bench-env.sh#L528
The setup_packages function ran correctly and ninja-build did get installed