Fix 1.1.339 build (migrate to .NET 7)
This commit is contained in:
parent
a16c696249
commit
d5d4a80f97
1 changed files with 8 additions and 5 deletions
|
@ -21,12 +21,15 @@ modules:
|
||||||
- name: Ryujinx
|
- name: Ryujinx
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
build-options:
|
build-options:
|
||||||
|
no-debuginfo: true
|
||||||
|
no-debuginfo-compression: true,
|
||||||
|
strip: false
|
||||||
arch:
|
arch:
|
||||||
x86_64:
|
x86_64:
|
||||||
env:
|
env:
|
||||||
RUNTIME: linux-x64
|
RUNTIME: linux-x64
|
||||||
env:
|
env:
|
||||||
PKG_CONFIG_PATH: /app/lib/pkgconfig:/app/share/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig:/usr/lib/sdk/dotnet6/lib/pkgconfig
|
PKG_CONFIG_PATH: /app/lib/pkgconfig:/app/share/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig
|
||||||
DOTNET_CLI_TELEMETRY_OPTOUT: 'true'
|
DOTNET_CLI_TELEMETRY_OPTOUT: 'true'
|
||||||
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 'true'
|
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 'true'
|
||||||
RYUJINX_VERSION: 1.1.339
|
RYUJINX_VERSION: 1.1.339
|
||||||
|
@ -48,7 +51,7 @@ modules:
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
exit 1;
|
exit 1;
|
||||||
fi;
|
fi;
|
||||||
cp -r --remove-destination /run/build/Ryujinx/Ryujinx/bin/Release/net6.0/$RUNTIME/publish/* /app/bin/
|
cp -r --remove-destination /run/build/Ryujinx/Ryujinx/bin/Release/net7.0/$RUNTIME/publish/* /app/bin/
|
||||||
mkdir -p /app/lib/ffmpeg
|
mkdir -p /app/lib/ffmpeg
|
||||||
ln -s /usr/lib/x86_64-linux-gnu/libX11.so.6 /app/lib/libX11.so
|
ln -s /usr/lib/x86_64-linux-gnu/libX11.so.6 /app/lib/libX11.so
|
||||||
install -Dm644 $FLATPAK_ID.appdata.xml /app/share/metainfo/$FLATPAK_ID.appdata.xml
|
install -Dm644 $FLATPAK_ID.appdata.xml /app/share/metainfo/$FLATPAK_ID.appdata.xml
|
||||||
|
@ -62,11 +65,11 @@ modules:
|
||||||
only-arches:
|
only-arches:
|
||||||
- x86_64
|
- x86_64
|
||||||
dest: dotnet-sdk
|
dest: dotnet-sdk
|
||||||
url: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.403/dotnet-sdk-6.0.403-linux-x64.tar.gz
|
url: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/7.0.100/dotnet-sdk-7.0.100-linux-x64.tar.gz
|
||||||
sha256: e0e751e978d6024c8c75620e0f35f086534d2e81cd26f2fc0ed01423d5e99e19
|
sha256: 5d4a58eeca1a4ab095b55e6486b1278147b0ab121ce883b2bcde3d3626c9a81c
|
||||||
x-checker-data:
|
x-checker-data:
|
||||||
type: html
|
type: html
|
||||||
url: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0/latest.version
|
url: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/7.0/latest.version
|
||||||
version-pattern: ^([\d\.a-z-]+)$
|
version-pattern: ^([\d\.a-z-]+)$
|
||||||
url-template: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/$version/dotnet-sdk-$version-linux-x64.tar.gz
|
url-template: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/$version/dotnet-sdk-$version-linux-x64.tar.gz
|
||||||
- nuget_sources.json
|
- nuget_sources.json
|
||||||
|
|
Loading…
Add table
Reference in a new issue