From 3e5e5e4f92463e22c9c3fe33ab8047235885daee Mon Sep 17 00:00:00 2001 From: f Date: Sat, 4 Feb 2023 13:02:12 -0300 Subject: [PATCH] refactor: ensure gem-compiler receives extra flags sutty/gems#1 --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index fa50737..9f43ff3 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -3,7 +3,7 @@ test -n "${EXTRA_PKGS}" && apk add --no-cache ${EXTRA_PKGS} test -n "${EXTRA_GEMS}" && gem install --no-user-install --no-document ${EXTRA_GEMS} -su-exec builder /usr/local/bin/gem-compiler +su-exec builder GEM_COMPILER_FLAGS="${GEM_COMPILER_FLAGS}" /usr/local/bin/gem-compiler exit_status=$?