Closed flavorjones closed 5 months ago
cc @mudge
Thanks, @flavorjones. What’s the best way for me to test this out?
Comparing re2's x86_64-linux build on my laptop between the 1.5.0 image and an image generated from this PR's branch ("1.5.1.dev"):
@mudge Objections to me merging this and shipping 1.5.1?
None whatsoever!
@mudge Here are the steps I took:
gem build
, and run gem install path/to/rake-compiler-dock-1.5.1.dev.gem
1.5.1.dev
bundle update
and bundle package
so that your r-c-d builds can access the gem from vendor/cacheThat was it.
Addresses concerns from #121
Note that:
/usr/bin
/usr/local/bin
/usr/local/bin
is ahead of/usr/bin
in$PATH
so the new one should be used by defaultIf this works, then I'll add some documentation around it.