[Tarantool-patches] [PATCH v2 1/7] build: static build needs more cleanup in sources

Kirill Yukhin kyukhin at tarantool.org
Fri Jul 3 14:13:22 MSK 2020


Hello,

n 26 май 17:42, Alexander V. Tikhonov wrote:
> Building Tarantool sources on make command run may fail with:
> 
>   [ 10%] make[2]: *** [test/small] Error 1
>   [ 10%] make[1]: *** [test/CMakeFiles/symlink_small_tests.dir/all] Error 2
>   make[1]: *** Waiting for unfinished jobs....
> 
> The root cause of the issue that Dockerfile.staticbuild
> uses local copy of sources:
> 
>   COPY . /tarantool
> 
> Which may have broken links in tests, like:
> 
>   $ ls -al test
>   ...
>   luajit-tap -> /<wrong path>/third_party/luajit/test
>   small -> /<wrong path>/src/lib/small/test/

I've checked your patch into 1.10, 2.3, 2.4 and master.

--
Regards, Kirill Yukhin


More information about the Tarantool-patches mailing list