Revert "Make Linux action auto-restart with -Werror on fail"
This reverts commit 9ba1a5ae6a.
This commit is contained in:
parent
9ba1a5ae6a
commit
03c5225f11
1 changed files with 0 additions and 30 deletions
30
.github/workflows/linux-kotato.yml
vendored
30
.github/workflows/linux-kotato.yml
vendored
|
|
@ -477,9 +477,7 @@ jobs:
|
||||||
cmake --build build --parallel
|
cmake --build build --parallel
|
||||||
|
|
||||||
- name: Kotatogram Desktop build.
|
- name: Kotatogram Desktop build.
|
||||||
id: build-kotatogram
|
|
||||||
if: env.ONLY_CACHE == 'false'
|
if: env.ONLY_CACHE == 'false'
|
||||||
continue-on-error: true
|
|
||||||
env:
|
env:
|
||||||
tg_owt_DIR: ${{ env.LibrariesPath }}/tg_owt/build
|
tg_owt_DIR: ${{ env.LibrariesPath }}/tg_owt/build
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -504,34 +502,6 @@ jobs:
|
||||||
cmake --build ../out --config Debug --parallel
|
cmake --build ../out --config Debug --parallel
|
||||||
DESTDIR=../../AppDir cmake --install .
|
DESTDIR=../../AppDir cmake --install .
|
||||||
|
|
||||||
- name: Restart with -Werror on fail
|
|
||||||
if: env.ONLY_CACHE == 'false' && steps.build-kotatogram.outcome == 'failure'
|
|
||||||
env:
|
|
||||||
tg_owt_DIR: ${{ env.LibrariesPath }}/tg_owt/build
|
|
||||||
run: |
|
|
||||||
cd $REPO_NAME/Telegram
|
|
||||||
|
|
||||||
DEFINE=""
|
|
||||||
if [ -n "${{ matrix.defines }}" ]; then
|
|
||||||
DEFINE="-D ${{ matrix.defines }}=ON"
|
|
||||||
echo Define from matrix: $DEFINE
|
|
||||||
echo "ARTIFACT_NAME=Kotatogram_${{ matrix.defines }}" >> $GITHUB_ENV
|
|
||||||
else
|
|
||||||
echo "ARTIFACT_NAME=Kotatogram" >> $GITHUB_ENV
|
|
||||||
fi
|
|
||||||
|
|
||||||
./configure.sh \
|
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
|
||||||
-DCMAKE_C_FLAGS="-Werror" \
|
|
||||||
-DCMAKE_CXX_FLAGS="-Werror" \
|
|
||||||
-DTDESKTOP_API_TEST=ON \
|
|
||||||
-DDESKTOP_APP_USE_PACKAGED_LAZY=ON \
|
|
||||||
-DDESKTOP_APP_QT6=OFF \
|
|
||||||
$DEFINE
|
|
||||||
|
|
||||||
cmake --build ../out --config Debug --parallel
|
|
||||||
DESTDIR=../../AppDir cmake --install .
|
|
||||||
|
|
||||||
- name: AppImage build.
|
- name: AppImage build.
|
||||||
if: env.ONLY_CACHE == 'false'
|
if: env.ONLY_CACHE == 'false'
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue