[Tarantool-patches] [PATCH v2 0/5] Improved the static build based on Dockerfile

Alexander V. Tikhonov avtikhon at tarantool.org
Tue Dec 10 14:21:28 MSK 2019


Made the following changes at Dockerfile for static build:
     - changed 'wget' tool use to 'curl -O -L' to avoid of '500' HTTP
       error respond from download servers
     - changed the link from sourceforge to github to download
       the icu4c sources, as suggested on icu4c web site
     - added 'build' directory removement to avoid of old configuration
       at build/curl which is used for curl building
     - removed LD_LIBRARY_PATH environment from curl build, due to the
       path is empty in real and is not needed
     - added '-j' option to make tool calls for all builds to speed it up
       in 4 times
     - set Dockerfile WORKDIR from the very start of Tarantool sources
       builds to make the Dockerfile code more readable and removed all
       duplicating calls to Tarantool sources directory changes.

Github: https://github.com/tarantool/tarantool/tree/avtikhon/dockerfile-static-build-full-ci
Issue: -

Alexander V. Tikhonov (5):
  static build: speedup build
  static build: remove unneeded LD_LIBRARY_PATH
  static build: cleanup Dockerfile
  static build: added build subdirectory cleanup
  static build: resolve issues with sourceforge.net

 Dockerfile.staticbuild | 37 +++++++++++++++++--------------------
 1 file changed, 17 insertions(+), 20 deletions(-)

-- 
2.17.1



More information about the Tarantool-patches mailing list