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

Upgrade to rake-compiler-dock 1.5.1 #155

Merged
merged 1 commit into from
Jun 4, 2024
Merged

Conversation

mudge
Copy link
Owner

@mudge mudge commented Jun 4, 2024

Since RE2 2024-06-01, the CI build for x86-linux and x86_64-linux slowed from around 15 minutes to almost an hour. This turned out to be due to the rake-compiler-dock images for those platforms having pkg-config 0.27.1 which performs very slowly with RE2's .pc file compared to more recent versions. This will instead use pkg-config 0.29.2 which should take a fraction of a second compared to the minutes 0.27.1 took to execute commands such as pkg-config --libs-only-L --static re2.pc.

Thanks to @flavorjones for putting out a fix so promptly.

Since RE2 2024-06-01, the CI build for x86-linux and x86_64-linux slowed
from around 15 minutes to almost an hour. This turned out to be due to
the rake-compiler-dock images for those platforms having pkg-config
0.27.1 which performs very slowly with RE2's .pc file compared to more
recent versions. This will instead use pkg-config 0.29.2 which should
take a fraction of a second compared to the minutes 0.27.1 took to
execute commands such as `pkg-config --libs-only-L --static re2.pc`.

Thanks to @flavorjones for putting out a fix so promptly.
@mudge mudge merged commit 88f046d into main Jun 4, 2024
118 checks passed
@mudge mudge deleted the rake-compiler-dock-1-5-1 branch June 4, 2024 07:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant