mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 21:25:42 +12:00
remove extra optiomization
This commit is contained in:
parent
693acfdbe6
commit
ec7275a290
6 changed files with 2152 additions and 2154 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -26,8 +26,7 @@ jobs:
|
||||||
- name: Install utils
|
- name: Install utils
|
||||||
run: |
|
run: |
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install -y clang zlib1g-dev dos2unix qemu qemu-user-static binfmt-support debootstrap binutils-aarch64-linux-gnu binutils-arm-linux-gnueabihf binutils-arm-linux-gnueabi
|
sudo apt install -y clang zlib1g-dev dos2uni
|
||||||
|
|
||||||
|
|
||||||
- name: Restore dependencies
|
- name: Restore dependencies
|
||||||
run: |
|
run: |
|
||||||
|
@ -155,7 +154,7 @@ jobs:
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: HISP-LinuxARM64
|
name: HISP-LinuxARM64
|
||||||
path: HorseIsleServer/HISPd/bin/ARM64/Linux/net7.0/linux-arm64/native/
|
path: HorseIsleServer/HISPd/bin/ARM64/Linux/net7.0/linux-arm64/publish/
|
||||||
|
|
||||||
- name: Upload deb package
|
- name: Upload deb package
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
<LangVersion>10.0</LangVersion>
|
<LangVersion>10.0</LangVersion>
|
||||||
<Platforms>x64;x86;ARM;ARM64;AnyCPU</Platforms>
|
<Platforms>x64;x86;ARM;ARM64;AnyCPU</Platforms>
|
||||||
<Configurations>Debug;Windows;Linux;MacOS;Android;iOS</Configurations>
|
<Configurations>Debug;Windows;Linux;MacOS;Android;iOS</Configurations>
|
||||||
<IlcOptimizationPreference>Speed</IlcOptimizationPreference>
|
|
||||||
<StripSymbols>true</StripSymbols>
|
<StripSymbols>true</StripSymbols>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Package: hisp
|
Package: hisp
|
||||||
Version: 1.7.70
|
Version: 1.7.87
|
||||||
Depends: coreutils,systemd,mariadb-server,libsqlite3-dev,zlib1g-dev,libicu-dev,libkrb5-dev
|
Depends: coreutils,systemd,mariadb-server,libsqlite3-dev,zlib1g-dev,libicu-dev,libkrb5-dev
|
||||||
Maintainer: Li
|
Maintainer: Li
|
||||||
Homepage: https://islehorse.com
|
Homepage: https://islehorse.com
|
||||||
|
|
|
@ -30,5 +30,5 @@ using System.Runtime.InteropServices;
|
||||||
//
|
//
|
||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
[assembly: AssemblyVersion("1.7.70.0")]
|
[assembly: AssemblyVersion("1.7.87.0")]
|
||||||
[assembly: AssemblyFileVersion("1.7.70.0")]
|
[assembly: AssemblyFileVersion("1.7.87.0")]
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
|
||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("1.7.70.0")]
|
[assembly: AssemblyVersion("1.7.87.0")]
|
||||||
[assembly: AssemblyFileVersion("1.7.70.0")]
|
[assembly: AssemblyFileVersion("1.7.87.0")]
|
||||||
|
|
Loading…
Add table
Reference in a new issue