- Mar 25, 2019
-
-
Alexander Turenko authored
Debian Wheezy is EOL since 31st May 2018, mirrors are disabled now.
-
- Mar 22, 2019
-
-
Kirill Yukhin authored
Development branch is now named master, so update conditions for extended extended checks on Travis. Also, set new repo name.
-
- Mar 19, 2019
-
-
Alexander Turenko authored
Fixes #4027.
-
- Mar 15, 2019
-
-
Alexander V. Tikhonov authored
Fixed Mojave Mac build with setting MACOSX_DEPLOYMENT_TARGET environment variable for LuaJIT's Makefile. This variable specifies the minimum version of OS X on which the target binaries are to be deployed. The reason why we need to set MACOSX_DEPLOYMENT_TARGET to at least 10.6 is that 10.4 SDK (which is set by default in LuaJIT's Makefile) is not longer included in Mac OS X Mojave 10.14. See also https://github.com/LuaJIT/LuaJIT/issues/484 We already set -Wl,-macosx_version_min,10.6 (-macosx_version_min and MACOSX_DEPLOYMENT_TARGET are synonymous), but it affects only a linker. We possibly should remove -macosx_version_min, because it superseded by MACOSX_DEPLOYMENT_TARGET, but it should be done with verification that the original problem really fixed by the new way to set a deployment target. This is not part of this patch. Removed virtualenv usage in CI for OS X (so pip just installs packages into a system), because OS X Mojave 10.14 does not offer virtualenv by default. Fixed #3797
-
- Dec 29, 2018
-
-
Vladimir Davydov authored
These distributions are past EOL.
-
- Dec 14, 2018
-
-
Alexander Turenko authored
Disabled LTO builds, tarballs and packages building on short-term branches. Removed 'allow_failures' on coverage / debug build. Replaced matrix expansion with the list of jobs (because Travis-CI documentation says it does not support condition jobs with matrix expansion). Fixes #3755.
-
- Nov 07, 2018
-
-
Sergei Voronezhskii authored
Closes: #3761
-
- Oct 25, 2018
-
-
Alexander Turenko authored
The idea behind this change is to have 2x (and maybe later 3x, 4x, ...) bucket for alpha and beta releases. See more details about the release process in the documentation: [1]. [1]: https://tarantool.io/en/doc/2.0/dev_guide/release_management/
-
AKhatskevich authored
-
- Oct 19, 2018
-
-
Kirill Yukhin authored
-
- Oct 17, 2018
-
-
Kirill Yukhin authored
Main branch was renamed to master. Update .travis.yml accordingly.
-
- Oct 12, 2018
-
-
Alexander Turenko authored
Replaced targets generation using a matrix expansion + exclusion list with the explicit targets list. Gave meagingful names for targets. Fixes #3673.
-
- Jun 07, 2018
-
-
lifemaker authored
-
- Apr 02, 2018
-
-
Arseny Antonov authored
-
Arseny Antonov authored
-
Arseny Antonov authored
-
- Mar 06, 2018
-
-
Konstantin Osipov authored
-
- Feb 21, 2018
-
-
Konstantin Osipov authored
We made a mistake when tagging 1.7.5, which confused git describe. Now we have added more tags and the hack with removal can be deleted.
-
Konstantin Osipov authored
-
- Feb 13, 2018
-
-
Alexander Turenko authored
-
Konstantin Osipov authored
-
- Jan 31, 2018
-
-
Roman Tsisyk authored
- Remove old versions of Fedora and Ubuntu - Add Fedora 26 and Fedora 27
-
- Jan 30, 2018
-
-
Kirill Yukhin authored
Patch removes Ubuntu Precise from Travis's testing matrix, since it uses really outdated GCC v.4.6.x.
-
- Jan 26, 2018
-
-
Arseny Antonov authored
Switched from ubuntu zesty to artful, since zesty is EOLed on 13Jan2018
-
- Jan 18, 2018
-
-
Roman Tsisyk authored
Remove all non-LTS versions of Ubuntu.
-
- Nov 15, 2017
-
-
Roman Tsisyk authored
-
- Oct 26, 2017
-
-
Roman Tsisyk authored
-
- Oct 09, 2017
-
-
Roman Tsisyk authored
PackageCloud doesn't support Ubuntu Artful yet. Follow up e3d97f6d
-
- Oct 06, 2017
-
-
Roman Tsisyk authored
Closes #2805
-
- Sep 15, 2017
-
-
Roman Tsisyk authored
Travis images are broken by design.
-
Roman Tsisyk authored
-
Roman Tsisyk authored
Ubuntu Trusty on Travis is buggy. Fixes #2752
-
- Sep 12, 2017
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
Ubuntu Trusty on Travis is buggy. Fixes #2752
-
- Aug 30, 2017
-
-
Roman Tsisyk authored
git describe picks 1.7.5 as a closest tag on 1.8 branch. Temporary remove 1.7.5 tag to fix 1.8.x packages.
-
- May 04, 2017
-
- Feb 27, 2017
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
* Switch to PackPack for packages * Use `packagecloud` deployment for packages instead of travis.sh script * Use `script` deployment for sources instead of travis.sh script * Package all branches, but upload only 1.6/1.7 * Move all Travis CI script into the single Makefile
-
- Feb 19, 2017
-
-
Roman Tsisyk authored
Rumprun is a toolchain to build unikernels based on NetBSD/Rump kernel. Compiled images can be booted on KVM/XEN and even on "bare metal". Unfortunally, Tarantool unikernels are still not fully functional due to bugs in libeio and LuaJIT. However, now we have a simple way to check cross-compilation for BSD/Rumpkernel and to bake unikernels from the code: OS=rumprun DIST=hw packpack qemu-system-x86_64 -enable-kvm -kernel build/tarantool-1.7.3.265.img
-
- Feb 07, 2017
-
-
Roman Tsisyk authored
-