From 31361cf71bb70de866f8b2f4906ddbf505298597 Mon Sep 17 00:00:00 2001 From: Crimson-Hawk Date: Tue, 5 Mar 2024 20:16:34 +0800 Subject: [PATCH] retry of importing hidden files --- hiddenFiles/.DS_Store | Bin 6148 -> 0 bytes hiddenFiles/.ci/.DS_Store | Bin 6148 -> 0 bytes hiddenFiles/.ci/scripts/android/build.sh | 29 ---- hiddenFiles/.ci/scripts/android/eabuild.sh | 21 --- .../.ci/scripts/android/mainlinebuild.sh | 21 --- hiddenFiles/.ci/scripts/android/upload.sh | 22 --- hiddenFiles/.ci/scripts/clang/docker.sh | 32 ---- hiddenFiles/.ci/scripts/clang/exec.sh | 11 -- hiddenFiles/.ci/scripts/clang/upload.sh | 23 --- hiddenFiles/.ci/scripts/common/post-upload.sh | 20 --- hiddenFiles/.ci/scripts/common/pre-upload.sh | 10 -- hiddenFiles/.ci/scripts/format/docker.sh | 9 - hiddenFiles/.ci/scripts/format/exec.sh | 10 -- hiddenFiles/.ci/scripts/format/script.sh | 37 ---- hiddenFiles/.ci/scripts/linux/docker.sh | 79 --------- hiddenFiles/.ci/scripts/linux/exec.sh | 16 -- hiddenFiles/.ci/scripts/linux/upload.sh | 67 -------- .../merge/apply-patches-by-label-private.py | 48 ------ .../scripts/merge/apply-patches-by-label.py | 38 ----- .../.ci/scripts/merge/check-label-presence.py | 21 --- .../.ci/scripts/merge/yuzubot-git-config.sh | 5 - hiddenFiles/.ci/scripts/transifex/docker.sh | 19 --- hiddenFiles/.ci/scripts/windows/docker.sh | 66 ------- hiddenFiles/.ci/scripts/windows/exec.sh | 11 -- .../scripts/windows/install-vulkan-sdk.ps1 | 33 ---- hiddenFiles/.ci/scripts/windows/scan_dll.py | 109 ------------ hiddenFiles/.ci/scripts/windows/upload.ps1 | 118 ------------- hiddenFiles/.ci/scripts/windows/upload.sh | 22 --- hiddenFiles/.ci/templates/build-mock.yml | 8 - hiddenFiles/.ci/templates/build-msvc.yml | 31 ---- hiddenFiles/.ci/templates/build-single.yml | 26 --- hiddenFiles/.ci/templates/build-standard.yml | 33 ---- hiddenFiles/.ci/templates/build-testing.yml | 40 ----- hiddenFiles/.ci/templates/format-check.yml | 17 -- hiddenFiles/.ci/templates/merge-private.yml | 44 ----- hiddenFiles/.ci/templates/merge.yml | 43 ----- .../.ci/templates/mergebot-private.yml | 33 ---- hiddenFiles/.ci/templates/mergebot.yml | 18 -- .../.ci/templates/release-download.yml | 16 -- hiddenFiles/.ci/templates/release-github.yml | 16 -- .../.ci/templates/release-private-tag.yml | 12 -- .../.ci/templates/release-universal.yml | 13 -- .../templates/retrieve-artifact-source.yml | 19 --- .../.ci/templates/retrieve-master-source.yml | 14 -- hiddenFiles/.ci/templates/sync-source.yml | 10 -- hiddenFiles/.ci/yuzu-mainline-step1.yml | 14 -- hiddenFiles/.ci/yuzu-mainline-step2.yml | 64 ------- hiddenFiles/.ci/yuzu-patreon-step1.yml | 14 -- hiddenFiles/.ci/yuzu-patreon-step2.yml | 59 ------- hiddenFiles/.ci/yuzu-repo-sync.yml | 22 --- hiddenFiles/.ci/yuzu-verify.yml | 23 --- hiddenFiles/.codespellrc | 6 - hiddenFiles/.git-blame-ignore-revs | 5 - hiddenFiles/.gitattributes | 7 - hiddenFiles/.gitmodules | 69 -------- hiddenFiles/.reuse/dep5 | 161 ------------------ 56 files changed, 1734 deletions(-) delete mode 100644 hiddenFiles/.DS_Store delete mode 100644 hiddenFiles/.ci/.DS_Store delete mode 100755 hiddenFiles/.ci/scripts/android/build.sh delete mode 100644 hiddenFiles/.ci/scripts/android/eabuild.sh delete mode 100644 hiddenFiles/.ci/scripts/android/mainlinebuild.sh delete mode 100755 hiddenFiles/.ci/scripts/android/upload.sh delete mode 100755 hiddenFiles/.ci/scripts/clang/docker.sh delete mode 100644 hiddenFiles/.ci/scripts/clang/exec.sh delete mode 100755 hiddenFiles/.ci/scripts/clang/upload.sh delete mode 100644 hiddenFiles/.ci/scripts/common/post-upload.sh delete mode 100644 hiddenFiles/.ci/scripts/common/pre-upload.sh delete mode 100644 hiddenFiles/.ci/scripts/format/docker.sh delete mode 100644 hiddenFiles/.ci/scripts/format/exec.sh delete mode 100755 hiddenFiles/.ci/scripts/format/script.sh delete mode 100755 hiddenFiles/.ci/scripts/linux/docker.sh delete mode 100644 hiddenFiles/.ci/scripts/linux/exec.sh delete mode 100755 hiddenFiles/.ci/scripts/linux/upload.sh delete mode 100644 hiddenFiles/.ci/scripts/merge/apply-patches-by-label-private.py delete mode 100644 hiddenFiles/.ci/scripts/merge/apply-patches-by-label.py delete mode 100644 hiddenFiles/.ci/scripts/merge/check-label-presence.py delete mode 100644 hiddenFiles/.ci/scripts/merge/yuzubot-git-config.sh delete mode 100755 hiddenFiles/.ci/scripts/transifex/docker.sh delete mode 100755 hiddenFiles/.ci/scripts/windows/docker.sh delete mode 100644 hiddenFiles/.ci/scripts/windows/exec.sh delete mode 100644 hiddenFiles/.ci/scripts/windows/install-vulkan-sdk.ps1 delete mode 100644 hiddenFiles/.ci/scripts/windows/scan_dll.py delete mode 100644 hiddenFiles/.ci/scripts/windows/upload.ps1 delete mode 100755 hiddenFiles/.ci/scripts/windows/upload.sh delete mode 100644 hiddenFiles/.ci/templates/build-mock.yml delete mode 100644 hiddenFiles/.ci/templates/build-msvc.yml delete mode 100644 hiddenFiles/.ci/templates/build-single.yml delete mode 100644 hiddenFiles/.ci/templates/build-standard.yml delete mode 100644 hiddenFiles/.ci/templates/build-testing.yml delete mode 100644 hiddenFiles/.ci/templates/format-check.yml delete mode 100644 hiddenFiles/.ci/templates/merge-private.yml delete mode 100644 hiddenFiles/.ci/templates/merge.yml delete mode 100644 hiddenFiles/.ci/templates/mergebot-private.yml delete mode 100644 hiddenFiles/.ci/templates/mergebot.yml delete mode 100644 hiddenFiles/.ci/templates/release-download.yml delete mode 100644 hiddenFiles/.ci/templates/release-github.yml delete mode 100644 hiddenFiles/.ci/templates/release-private-tag.yml delete mode 100644 hiddenFiles/.ci/templates/release-universal.yml delete mode 100644 hiddenFiles/.ci/templates/retrieve-artifact-source.yml delete mode 100644 hiddenFiles/.ci/templates/retrieve-master-source.yml delete mode 100644 hiddenFiles/.ci/templates/sync-source.yml delete mode 100644 hiddenFiles/.ci/yuzu-mainline-step1.yml delete mode 100644 hiddenFiles/.ci/yuzu-mainline-step2.yml delete mode 100644 hiddenFiles/.ci/yuzu-patreon-step1.yml delete mode 100644 hiddenFiles/.ci/yuzu-patreon-step2.yml delete mode 100644 hiddenFiles/.ci/yuzu-repo-sync.yml delete mode 100644 hiddenFiles/.ci/yuzu-verify.yml delete mode 100644 hiddenFiles/.codespellrc delete mode 100644 hiddenFiles/.git-blame-ignore-revs delete mode 100644 hiddenFiles/.gitattributes delete mode 100644 hiddenFiles/.gitmodules delete mode 100644 hiddenFiles/.reuse/dep5 diff --git a/hiddenFiles/.DS_Store b/hiddenFiles/.DS_Store deleted file mode 100644 index 8192d4dc7111bda0c6c9bf4ebe45b35819b296b9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHKyH3L}6ul-DiqxeN3!`@=Q2)SG;S2f$s1E^Bqg0^o`3-)6g^dj{Gx0@ioa1ZS z7y=_gaIa(^=e~2K*s+MX$!0MY8Hq@VL3CX72-Ur&z2r=zV~+83-qh=!6u(!+-U~UF zxm>L-y8S;s>@0OtRkKwygQmP2zCPW)JfC*0i*Ky!%TCt9BTV*D?^>3!ksDd&RS)hz z+Pk%nPPVnP9Cfqn;47c34~c!S7ZYQ^7%&Emf&a$<&TL9KRJ7R`Fb0f)Ed$&iJO(i& zY!&0yfhk@AfCH$bV9mP(V|>DpuvLTw;xrVfp)Or9oQ6a1lV3>KDr&g6SQ&Xz<@d{r zi`Aj`(Oq0nwAmOi266@peH`)pKf@=}d&$p3?8z7~2L2cWZct6D30^9lt)E_xXRXIL s$Dq)!rqyDJ})X6NzY#2o*rJFCw*SaA9&R_vRZ65ew0av zSVdPZv>7 "${ANDROID_KEYSTORE_FILE}" -fi - -cd src/android -chmod +x ./gradlew -./gradlew "assemble${BUILD_FLAVOR}${BUILD_TYPE}" "bundle${BUILD_FLAVOR}${BUILD_TYPE}" - -ccache -s - -if [ ! -z "${ANDROID_KEYSTORE_B64}" ]; then - rm "${ANDROID_KEYSTORE_FILE}" -fi diff --git a/hiddenFiles/.ci/scripts/android/eabuild.sh b/hiddenFiles/.ci/scripts/android/eabuild.sh deleted file mode 100644 index 1672f29489..0000000000 --- a/hiddenFiles/.ci/scripts/android/eabuild.sh +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/bash -ex - -# SPDX-FileCopyrightText: 2024 yuzu Emulator Project -# SPDX-License-Identifier: GPL-3.0-or-later - -export NDK_CCACHE="$(which ccache)" -ccache -s - -export ANDROID_KEYSTORE_FILE="${GITHUB_WORKSPACE}/ks.jks" -base64 --decode <<< "${EA_PLAY_ANDROID_KEYSTORE_B64}" > "${ANDROID_KEYSTORE_FILE}" -export ANDROID_KEY_ALIAS="${PLAY_ANDROID_KEY_ALIAS}" -export ANDROID_KEYSTORE_PASS="${PLAY_ANDROID_KEYSTORE_PASS}" -export SERVICE_ACCOUNT_KEY_PATH="${GITHUB_WORKSPACE}/sa.json" -base64 --decode <<< "${EA_SERVICE_ACCOUNT_KEY_B64}" > "${SERVICE_ACCOUNT_KEY_PATH}" -./gradlew "publishEaReleaseBundle" - -ccache -s - -if [ ! -z "${ANDROID_KEYSTORE_B64}" ]; then - rm "${ANDROID_KEYSTORE_FILE}" -fi diff --git a/hiddenFiles/.ci/scripts/android/mainlinebuild.sh b/hiddenFiles/.ci/scripts/android/mainlinebuild.sh deleted file mode 100644 index f3b89ed1c1..0000000000 --- a/hiddenFiles/.ci/scripts/android/mainlinebuild.sh +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/bash -ex - -# SPDX-FileCopyrightText: 2024 yuzu Emulator Project -# SPDX-License-Identifier: GPL-3.0-or-later - -export NDK_CCACHE="$(which ccache)" -ccache -s - -export ANDROID_KEYSTORE_FILE="${GITHUB_WORKSPACE}/ks.jks" -base64 --decode <<< "${MAINLINE_PLAY_ANDROID_KEYSTORE_B64}" > "${ANDROID_KEYSTORE_FILE}" -export ANDROID_KEY_ALIAS="${PLAY_ANDROID_KEY_ALIAS}" -export ANDROID_KEYSTORE_PASS="${PLAY_ANDROID_KEYSTORE_PASS}" -export SERVICE_ACCOUNT_KEY_PATH="${GITHUB_WORKSPACE}/sa.json" -base64 --decode <<< "${MAINLINE_SERVICE_ACCOUNT_KEY_B64}" > "${SERVICE_ACCOUNT_KEY_PATH}" -./gradlew "publishMainlineReleaseBundle" - -ccache -s - -if [ ! -z "${ANDROID_KEYSTORE_B64}" ]; then - rm "${ANDROID_KEYSTORE_FILE}" -fi diff --git a/hiddenFiles/.ci/scripts/android/upload.sh b/hiddenFiles/.ci/scripts/android/upload.sh deleted file mode 100755 index 26b1a7efa2..0000000000 --- a/hiddenFiles/.ci/scripts/android/upload.sh +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/bash -ex - -# SPDX-FileCopyrightText: 2023 yuzu Emulator Project -# SPDX-License-Identifier: GPL-3.0-or-later - -. ./.ci/scripts/common/pre-upload.sh - -REV_NAME="yuzu-${GITDATE}-${GITREV}" - -BUILD_FLAVOR="mainline" - -BUILD_TYPE_LOWER="release" -BUILD_TYPE_UPPER="Release" -if [ "${GITHUB_REPOSITORY}" == "yuzu-emu/yuzu" ]; then - BUILD_TYPE_LOWER="relWithDebInfo" - BUILD_TYPE_UPPER="RelWithDebInfo" -fi - -cp src/android/app/build/outputs/apk/"${BUILD_FLAVOR}/${BUILD_TYPE_LOWER}/app-${BUILD_FLAVOR}-${BUILD_TYPE_LOWER}.apk" \ - "artifacts/${REV_NAME}.apk" -cp src/android/app/build/outputs/bundle/"${BUILD_FLAVOR}${BUILD_TYPE_UPPER}"/"app-${BUILD_FLAVOR}-${BUILD_TYPE_LOWER}.aab" \ - "artifacts/${REV_NAME}.aab" diff --git a/hiddenFiles/.ci/scripts/clang/docker.sh b/hiddenFiles/.ci/scripts/clang/docker.sh deleted file mode 100755 index f878e24e15..0000000000 --- a/hiddenFiles/.ci/scripts/clang/docker.sh +++ /dev/null @@ -1,32 +0,0 @@ -#!/bin/bash -ex - -# SPDX-FileCopyrightText: 2021 yuzu Emulator Project -# SPDX-License-Identifier: GPL-2.0-or-later - -# Exit on error, rather than continuing with the rest of the script. -set -e - -ccache -s - -mkdir build || true && cd build -cmake .. \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_CXX_FLAGS="-march=x86-64-v2" \ - -DCMAKE_CXX_COMPILER=/usr/lib/ccache/clang++ \ - -DCMAKE_C_COMPILER=/usr/lib/ccache/clang \ - -DCMAKE_INSTALL_PREFIX="/usr" \ - -DDISPLAY_VERSION=$1 \ - -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON \ - -DENABLE_QT_TRANSLATION=ON \ - -DUSE_DISCORD_PRESENCE=ON \ - -DYUZU_CRASH_DUMPS=ON \ - -DYUZU_ENABLE_COMPATIBILITY_REPORTING=${ENABLE_COMPATIBILITY_REPORTING:-"OFF"} \ - -DYUZU_USE_BUNDLED_FFMPEG=ON \ - -GNinja - -ninja - -ccache -s - -ctest -VV -C Release - diff --git a/hiddenFiles/.ci/scripts/clang/exec.sh b/hiddenFiles/.ci/scripts/clang/exec.sh deleted file mode 100644 index 664fce5f84..0000000000 --- a/hiddenFiles/.ci/scripts/clang/exec.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -ex - -# SPDX-FileCopyrightText: 2021 yuzu Emulator Project -# SPDX-License-Identifier: GPL-2.0-or-later - -mkdir -p "ccache" || true -chmod a+x ./.ci/scripts/clang/docker.sh -# the UID for the container yuzu user is 1027 -sudo chown -R 1027 ./ -docker run -e ENABLE_COMPATIBILITY_REPORTING -e CCACHE_DIR=/yuzu/ccache -v "$(pwd):/yuzu" -w /yuzu yuzuemu/build-environments:linux-fresh /bin/bash /yuzu/.ci/scripts/clang/docker.sh "$1" -sudo chown -R $UID ./ diff --git a/hiddenFiles/.ci/scripts/clang/upload.sh b/hiddenFiles/.ci/scripts/clang/upload.sh deleted file mode 100755 index 0b4b3e330b..0000000000 --- a/hiddenFiles/.ci/scripts/clang/upload.sh +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/bash -ex - -# SPDX-FileCopyrightText: 2021 yuzu Emulator Project -# SPDX-License-Identifier: GPL-2.0-or-later - -. .ci/scripts/common/pre-upload.sh - -REV_NAME="yuzu-linux-${GITDATE}-${GITREV}" -ARCHIVE_NAME="${REV_NAME}.tar.xz" -COMPRESSION_FLAGS="-cJvf" - -if [ "${RELEASE_NAME}" = "mainline" ]; then - DIR_NAME="${REV_NAME}" -else - DIR_NAME="${REV_NAME}_${RELEASE_NAME}" -fi - -mkdir "$DIR_NAME" - -cp build/bin/yuzu-cmd "$DIR_NAME" -cp build/bin/yuzu "$DIR_NAME" - -. .ci/scripts/common/post-upload.sh diff --git a/hiddenFiles/.ci/scripts/common/post-upload.sh b/hiddenFiles/.ci/scripts/common/post-upload.sh deleted file mode 100644 index 0930b7a7bd..0000000000 --- a/hiddenFiles/.ci/scripts/common/post-upload.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash -ex - -# SPDX-FileCopyrightText: 2019 yuzu Emulator Project -# SPDX-License-Identifier: GPL-2.0-or-later - -# Copy documentation -cp LICENSE.txt "$DIR_NAME" -cp README.md "$DIR_NAME" - -if [[ -z "${NO_SOURCE_PACK}" ]]; then - git clone --depth 1 file://$(readlink -e .) ${REV_NAME}-source - tar -cJvf "${REV_NAME}-source.tar.xz" ${REV_NAME}-source - cp -v "${REV_NAME}-source.tar.xz" "$DIR_NAME" - cp -v "${REV_NAME}-source.tar.xz" "${ARTIFACTS_DIR}/" -fi - -tar $COMPRESSION_FLAGS "$ARCHIVE_NAME" "$DIR_NAME" - -# move the compiled archive into the artifacts directory to be uploaded by travis releases -mv "$ARCHIVE_NAME" "${ARTIFACTS_DIR}/" diff --git a/hiddenFiles/.ci/scripts/common/pre-upload.sh b/hiddenFiles/.ci/scripts/common/pre-upload.sh deleted file mode 100644 index 3583f98402..0000000000 --- a/hiddenFiles/.ci/scripts/common/pre-upload.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash -ex - -# SPDX-FileCopyrightText: 2019 yuzu Emulator Project -# SPDX-License-Identifier: GPL-2.0-or-later - -GITDATE="`git show -s --date=short --format='%ad' | sed 's/-//g'`" -GITREV="`git show -s --format='%h'`" -ARTIFACTS_DIR="$PWD/artifacts" - -mkdir -p "${ARTIFACTS_DIR}/" diff --git a/hiddenFiles/.ci/scripts/format/docker.sh b/hiddenFiles/.ci/scripts/format/docker.sh deleted file mode 100644 index a0f7a61cce..0000000000 --- a/hiddenFiles/.ci/scripts/format/docker.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash -ex - -# SPDX-FileCopyrightText: 2019 yuzu Emulator Project -# SPDX-License-Identifier: GPL-2.0-or-later - -# Run clang-format -cd /yuzu -chmod a+x ./.ci/scripts/format/script.sh -./.ci/scripts/format/script.sh diff --git a/hiddenFiles/.ci/scripts/format/exec.sh b/hiddenFiles/.ci/scripts/format/exec.sh deleted file mode 100644 index 40ab41abda..0000000000 --- a/hiddenFiles/.ci/scripts/format/exec.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash -ex - -# SPDX-FileCopyrightText: 2019 yuzu Emulator Project -# SPDX-License-Identifier: GPL-2.0-or-later - -chmod a+x ./.ci/scripts/format/docker.sh -# the UID for the container yuzu user is 1027 -sudo chown -R 1027 ./ -docker run -v "$(pwd):/yuzu" -w /yuzu yuzuemu/build-environments:linux-clang-format /bin/bash -ex /yuzu/.ci/scripts/format/docker.sh -sudo chown -R $UID ./ diff --git a/hiddenFiles/.ci/scripts/format/script.sh b/hiddenFiles/.ci/scripts/format/script.sh deleted file mode 100755 index f9c63dbfa3..0000000000 --- a/hiddenFiles/.ci/scripts/format/script.sh +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/bash -ex - -# SPDX-FileCopyrightText: 2019 yuzu Emulator Project -# SPDX-License-Identifier: GPL-2.0-or-later - -shopt -s nullglob globstar - -if git grep -nrI '\s$' src **/*.yml **/*.txt **/*.md Doxyfile .gitignore .gitmodules .ci* dist/*.desktop dist/*.svg dist/*.xml; then - echo Trailing whitespace found, aborting - exit 1 -fi - -# Default clang-format points to default 3.5 version one -CLANG_FORMAT="${CLANG_FORMAT:-clang-format-15}" -"$CLANG_FORMAT" --version - -# Turn off tracing for this because it's too verbose -set +x - -# Check everything for branch pushes -FILES_TO_LINT="$(find src/ -name '*.cpp' -or -name '*.h')" - -for f in $FILES_TO_LINT; do - echo "$f" - "$CLANG_FORMAT" -i "$f" -done - -DIFF=$(git -c core.fileMode=false diff) - -if [ ! -z "$DIFF" ]; then - echo "!!! Not compliant to coding style, here is the fix:" - echo "$DIFF" - exit 1 -fi - -cd src/android -./gradlew ktlintCheck diff --git a/hiddenFiles/.ci/scripts/linux/docker.sh b/hiddenFiles/.ci/scripts/linux/docker.sh deleted file mode 100755 index 7bba01d62a..0000000000 --- a/hiddenFiles/.ci/scripts/linux/docker.sh +++ /dev/null @@ -1,79 +0,0 @@ -#!/bin/bash -ex - -# SPDX-FileCopyrightText: 2019 yuzu Emulator Project -# SPDX-License-Identifier: GPL-2.0-or-later - -# Exit on error, rather than continuing with the rest of the script. -set -e - -ccache -s - -mkdir build || true && cd build -cmake .. \ - -DBoost_USE_STATIC_LIBS=ON \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ - -DCMAKE_CXX_FLAGS="-march=x86-64-v2" \ - -DCMAKE_CXX_COMPILER=/usr/lib/ccache/g++ \ - -DCMAKE_C_COMPILER=/usr/lib/ccache/gcc \ - -DCMAKE_INSTALL_PREFIX="/usr" \ - -DDISPLAY_VERSION=$1 \ - -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON \ - -DENABLE_QT_TRANSLATION=ON \ - -DUSE_DISCORD_PRESENCE=ON \ - -DYUZU_ENABLE_COMPATIBILITY_REPORTING=${ENABLE_COMPATIBILITY_REPORTING:-"OFF"} \ - -DYUZU_USE_BUNDLED_FFMPEG=ON \ - -DYUZU_ENABLE_LTO=ON \ - -DYUZU_CRASH_DUMPS=ON \ - -GNinja - -ninja - -ccache -s - -ctest -VV -C Release - -# Separate debug symbols from specified executables -for EXE in yuzu; do - EXE_PATH="bin/$EXE" - # Copy debug symbols out - objcopy --only-keep-debug $EXE_PATH $EXE_PATH.debug - # Add debug link and strip debug symbols - objcopy -g --add-gnu-debuglink=$EXE_PATH.debug $EXE_PATH $EXE_PATH.out - # Overwrite original with stripped copy - mv $EXE_PATH.out $EXE_PATH -done -# Strip debug symbols from all executables -find bin/ -type f -not -regex '.*.debug' -exec strip -g {} ';' - -DESTDIR="$PWD/AppDir" ninja install -rm -vf AppDir/usr/bin/yuzu-cmd AppDir/usr/bin/yuzu-tester - -# Download tools needed to build an AppImage -wget -nc https://raw.githubusercontent.com/yuzu-emu/ext-linux-bin/main/appimage/deploy-linux.sh -wget -nc https://raw.githubusercontent.com/yuzu-emu/AppImageKit-checkrt/old/AppRun.sh -wget -nc https://github.com/yuzu-emu/ext-linux-bin/raw/main/appimage/exec-x86_64.so -# Set executable bit -chmod 755 \ - deploy-linux.sh \ - AppRun.sh \ - exec-x86_64.so \ - -# Workaround for https://github.com/AppImage/AppImageKit/issues/828 -export APPIMAGE_EXTRACT_AND_RUN=1 - -mkdir -p AppDir/usr/optional -mkdir -p AppDir/usr/optional/libstdc++ -mkdir -p AppDir/usr/optional/libgcc_s - -# Deploy yuzu's needed dependencies -DEPLOY_QT=1 ./deploy-linux.sh AppDir/usr/bin/yuzu AppDir - -# Workaround for libQt5MultimediaGstTools indirectly requiring libwayland-client and breaking Vulkan usage on end-user systems -find AppDir -type f -regex '.*libwayland-client\.so.*' -delete -print - -# Workaround for building yuzu with GCC 10 but also trying to distribute it to Ubuntu 18.04 et al. -# See https://github.com/darealshinji/AppImageKit-checkrt -cp exec-x86_64.so AppDir/usr/optional/exec.so -cp AppRun.sh AppDir/AppRun -cp --dereference /usr/lib/x86_64-linux-gnu/libstdc++.so.6 AppDir/usr/optional/libstdc++/libstdc++.so.6 -cp --dereference /lib/x86_64-linux-gnu/libgcc_s.so.1 AppDir/usr/optional/libgcc_s/libgcc_s.so.1 diff --git a/hiddenFiles/.ci/scripts/linux/exec.sh b/hiddenFiles/.ci/scripts/linux/exec.sh deleted file mode 100644 index 04e2486a1b..0000000000 --- a/hiddenFiles/.ci/scripts/linux/exec.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash -ex - -# SPDX-FileCopyrightText: 2019 yuzu Emulator Project -# SPDX-License-Identifier: GPL-2.0-or-later - -mkdir -p "ccache" || true -chmod a+x ./.ci/scripts/linux/docker.sh -# the UID for the container yuzu user is 1027 -sudo chown -R 1027 ./ - -# The environment variables listed below: -# AZURECIREPO TITLEBARFORMATIDLE TITLEBARFORMATRUNNING DISPLAYVERSION -# are requested in src/common/CMakeLists.txt and appear to be provided somewhere in Azure DevOps - -docker run -e AZURECIREPO -e TITLEBARFORMATIDLE -e TITLEBARFORMATRUNNING -e DISPLAYVERSION -e ENABLE_COMPATIBILITY_REPORTING -e CCACHE_DIR=/yuzu/ccache -v "$(pwd):/yuzu" -w /yuzu yuzuemu/build-environments:linux-fresh /bin/bash /yuzu/.ci/scripts/linux/docker.sh "$1" -sudo chown -R $UID ./ diff --git a/hiddenFiles/.ci/scripts/linux/upload.sh b/hiddenFiles/.ci/scripts/linux/upload.sh deleted file mode 100755 index fbb2d9c1b0..0000000000 --- a/hiddenFiles/.ci/scripts/linux/upload.sh +++ /dev/null @@ -1,67 +0,0 @@ -#!/bin/bash -ex - -# SPDX-FileCopyrightText: 2019 yuzu Emulator Project -# SPDX-License-Identifier: GPL-2.0-or-later - -. .ci/scripts/common/pre-upload.sh - -APPIMAGE_NAME="yuzu-${RELEASE_NAME}-${GITDATE}-${GITREV}.AppImage" -BASE_NAME="yuzu-linux" -REV_NAME="${BASE_NAME}-${GITDATE}-${GITREV}" -ARCHIVE_NAME="${REV_NAME}.tar.xz" -COMPRESSION_FLAGS="-cJvf" - -if [ "${RELEASE_NAME}" = "mainline" ] || [ "${RELEASE_NAME}" = "early-access" ]; then - DIR_NAME="${BASE_NAME}-${RELEASE_NAME}" -else - DIR_NAME="${REV_NAME}-${RELEASE_NAME}" -fi - -mkdir "$DIR_NAME" - -cp build/bin/yuzu-cmd "$DIR_NAME" -if [ "${RELEASE_NAME}" != "early-access" ] && [ "${RELEASE_NAME}" != "mainline" ]; then - cp build/bin/yuzu "$DIR_NAME" -fi - -# Build an AppImage -cd build - -wget -nc https://github.com/yuzu-emu/ext-linux-bin/raw/main/appimage/appimagetool-x86_64.AppImage -chmod 755 appimagetool-x86_64.AppImage - -# if FUSE is not available, then fallback to extract and run -if ! ./appimagetool-x86_64.AppImage --version; then - export APPIMAGE_EXTRACT_AND_RUN=1 -fi - -# Don't let AppImageLauncher ask to integrate EA -if [ "${RELEASE_NAME}" = "mainline" ] || [ "${RELEASE_NAME}" = "early-access" ]; then - echo "X-AppImage-Integrate=false" >> AppDir/org.yuzu_emu.yuzu.desktop -fi - -if [ "${RELEASE_NAME}" = "mainline" ]; then - # Generate update information if releasing to mainline - ./appimagetool-x86_64.AppImage -u "gh-releases-zsync|yuzu-emu|yuzu-${RELEASE_NAME}|latest|yuzu-*.AppImage.zsync" AppDir "${APPIMAGE_NAME}" -else - ./appimagetool-x86_64.AppImage AppDir "${APPIMAGE_NAME}" -fi -cd .. - -# Copy the AppImage and update info to the artifacts directory and avoid compressing it -cp "build/${APPIMAGE_NAME}" "${ARTIFACTS_DIR}/" -if [ -f "build/${APPIMAGE_NAME}.zsync" ]; then - cp "build/${APPIMAGE_NAME}.zsync" "${ARTIFACTS_DIR}/" -fi - -# Copy the AppImage to the general release directory and remove git revision info -if [ "${RELEASE_NAME}" = "mainline" ] || [ "${RELEASE_NAME}" = "early-access" ]; then - cp "build/${APPIMAGE_NAME}" "${DIR_NAME}/yuzu-${RELEASE_NAME}.AppImage" -fi - -# Copy debug symbols to artifacts -cd build/bin -tar $COMPRESSION_FLAGS "${ARTIFACTS_DIR}/${REV_NAME}-debug.tar.xz" *.debug -cd - - -. .ci/scripts/common/post-upload.sh diff --git a/hiddenFiles/.ci/scripts/merge/apply-patches-by-label-private.py b/hiddenFiles/.ci/scripts/merge/apply-patches-by-label-private.py deleted file mode 100644 index c640c4c4da..0000000000 --- a/hiddenFiles/.ci/scripts/merge/apply-patches-by-label-private.py +++ /dev/null @@ -1,48 +0,0 @@ -# SPDX-FileCopyrightText: 2019 yuzu Emulator Project -# SPDX-License-Identifier: GPL-2.0-or-later - -# Download all pull requests as patches that match a specific label -# Usage: python download-patches-by-label.py