Skip to content

Commit

Permalink
ci: adopt additional rake-compiler-dock runas behavior
Browse files Browse the repository at this point in the history
See rake-compiler/rake-compiler-dock#41 for
background and upstream conversation.
  • Loading branch information
flavorjones committed Dec 31, 2020
1 parent b448ec5 commit de00e33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions concourse/tasks/gem-test/gem-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ if [ -n "${BUILD_NATIVE_GEM:-}" ] ; then
# normally part of rake-compiler-dock runas which we can't easily use in concourse
. /etc/rubybashrc
ln -s /usr/local/rake-compiler "$HOME"/.rake-compiler
export RAKE_EXTENSION_TASK_NO_NATIVE=true
fi

cd nokogiri
Expand Down

0 comments on commit de00e33

Please sign in to comment.