ci: Fix CI builds being marked as dirty. (#6656)

This commit is contained in:
Steveice10 2023-07-04 21:02:33 -07:00 committed by GitHub
parent 13a8969824
commit df9cc1b84c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 10 additions and 6 deletions

View file

@ -1,7 +1,6 @@
#!/bin/bash -ex
mkdir build && cd build
# TODO: LibreSSL ASM disabled due to platform detection issues in cross-compile build.
cmake .. -GNinja \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_OSX_ARCHITECTURES="$TARGET" \
@ -10,8 +9,7 @@ cmake .. -GNinja \
-DENABLE_QT_TRANSLATION=ON \
-DCITRA_ENABLE_COMPATIBILITY_REPORTING=ON \
-DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON \
-DUSE_DISCORD_PRESENCE=ON \
-DENABLE_ASM=OFF
-DUSE_DISCORD_PRESENCE=ON
ninja
ninja bundle