Compare commits
No commits in common. "404c4af5b4bc73bd02e42cdf7f79735c609c0dc8" and "6bb75554184c87945506c577ed42b1321536ed9b" have entirely different histories.
404c4af5b4
...
6bb7555418
2 changed files with 1 additions and 4 deletions
|
@ -13,8 +13,6 @@ find build/ -type f |
|
|||
while read BUILD BUILT GEM_NAME GEM_VERSION; do
|
||||
test -f "${BUILT}" && continue
|
||||
|
||||
unset EXTRA_PKGS EXTRA_GEMS GEM_COMPILER_FLAGS
|
||||
|
||||
source "${BUILD}"
|
||||
|
||||
HTTP_BASIC_USER="${HTTP_BASIC_USER}" \
|
||||
|
@ -25,7 +23,6 @@ find build/ -type f |
|
|||
GEM_VERSION="${GEM_VERSION}" \
|
||||
EXTRA_PKGS="${EXTRA_PKGS}" \
|
||||
EXTRA_GEMS="${EXTRA_GEMS}" \
|
||||
GEM_COMPILER_FLAGS="${GEM_COMPILER_FLAGS}" \
|
||||
/usr/local/bin/bootstrap
|
||||
|
||||
dirname "${BUILT}" | xargs mkdir -p
|
||||
|
|
|
@ -13,5 +13,5 @@ cd cache/
|
|||
gem fetch --source=https://gems.${SUTTY} --platform=ruby --version ${GEM_VERSION} ${GEM_NAME}
|
||||
|
||||
cd ../gems/
|
||||
gem compile -V --prune --strip "strip --strip-unneeded" ${GEM_COMPILER_FLAGS} "../cache/${GEM_NAME}-${GEM_VERSION}.gem"
|
||||
gem compile -V --prune --strip "strip --strip-unneeded" "../cache/${GEM_NAME}-${GEM_VERSION}.gem"
|
||||
gem inabox -o "${GEM_NAME}-${GEM_VERSION}-${PLATFORM}.gem" --host https://${HTTP_BASIC_USER}:${HTTP_BASIC_PASSWORD}@gems.${SUTTY}
|
||||
|
|
Loading…
Reference in a new issue