1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/.travis
Maxim Biro 57ae8a3e6a
chore(windows): use Debian Bullseye for Windows cross-compilation
bsdtar has moved to libarchive-tools package.

Something has changed in the newer gcc or mingw that makes Opus and
Sodium fail to build with:

  undefined reference to `__memcpy_chk'

The solution is to use -lssp or -fstack-protector, but while -lssp
worked for Opus, it was breaking Sodium's `make install` as it prevented
the .def file from being generated during the build time for some
reason:

  /usr/bin/install: cannot stat './libsodium-24.def': No such file or directory

while -fstack-protector worked just fine, so -fstack-protector was used
for both. This adds a new library dependency on libssp-0.dll.
2021-10-01 13:30:50 -04:00
..
cirp fix(travis): Don't call brew update in Travis CI 2021-01-29 09:40:18 -08:00
build-docs.sh docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
build-gitstats.sh docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
build-osx.sh chore: move OSX to use Brewfile 2020-11-06 23:23:06 +01:00
build-ubuntu-16-04.sh chore(CI): Use named directory for ffmpeg, cd* fails with multiple arguments 2021-06-27 01:03:29 -07:00
build-windows.sh chore(windows): use Debian Bullseye for Windows cross-compilation 2021-10-01 13:30:50 -04:00
deploy-docs.sh docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
deploy-gitstats.sh docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
verify-commit-format.sh chore(ci): Migrate PR CI from travis-ci.org and circleci to GitHub Actions 2021-06-27 01:03:23 -07:00