Closed flavorjones closed 2 years ago
Ping @larskanis - would love your feedback on this, happy to make adjustments if you like.
Sorry @flavorjones for waiting so long! I had to cut down my online activities lately. I plan to use my vacation next 1.5 weeks for all ruby-3.1 related tasks.
@larskanis Great! Please let me know how I can help with anything, I'll be around and available.
Thank you @flavorjones for the changes! I'll release rake-compiler-dock-1.2.0 today or tomorrow. See #58.
Excellent! Thank you!
This addresses the concerns raised in #41
I'd like to make the rake-compiler-dock OCI images easier to use in CI systems by extracting the "build environment" setup out of
build/runas
and making it part of the non-interactive shell initialization.This PR does a few things:
test_environment_variables.rb
tests to run with the rake-compiler-dock wrapper and without it (as a bare docker command)build/rcd-env.sh
which contains the parts ofrunas
unrelated to user/group/filesystem configThe net result is that CI systems won't need to set environment variables in order to use the RCD images for gem building.