From 061e53d573c8d8d7ee42b3dffc557c68c976bbc7 Mon Sep 17 00:00:00 2001 From: RadRussianRus Date: Sat, 5 Oct 2019 13:48:59 +0300 Subject: [PATCH] Trying to make without dump_syms --- .github/workflows/release.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea03c337d..8f1fe7c17 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -405,11 +405,6 @@ jobs: ./configure make -j8 sudo make install - cd src/tools - ../../../gyp/gyp --depth=. --generator-output=.. -Goutput_dir=../out tools.gyp --format=cmake - cd ../../out/Default - cmake . - make -j8 dump_syms - name: Qt 5.6.2 run: | cd Libraries @@ -428,7 +423,7 @@ jobs: ./configure -prefix "/usr/local/tdesktop/Qt-5.6.2" -release -force-debug-info -opensource \ -confirm-license -qt-zlib -qt-libpng -qt-libjpeg -qt-freetype -qt-harfbuzz -qt-pcre -qt-xcb \ -qt-xkbcommon-x11 -no-opengl -no-gtkstyle -static -openssl-linked -nomake examples -nomake tests - make + make -j8 sudo make install - name: Build Kotatogram env: