Trying to make without dump_syms
This commit is contained in:
parent
80de5ac82c
commit
061e53d573
1 changed files with 1 additions and 6 deletions
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue