forked from pool/flake-pilot
- Drop upx binary compression
Startup time seems more important than binary size on target. The original reason for the compression was due to very limited size constraints from a former customer who no longer sticks to them. OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/flake-pilot?expand=0&rev=3
This commit is contained in:
parent
45cdd6e28e
commit
aa5c87a102
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 25 09:45:27 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- Drop upx binary compression
|
||||||
|
|
||||||
|
Startup time seems more important than binary size on
|
||||||
|
target. The original reason for the compression was due
|
||||||
|
to very limited size constraints from a former customer
|
||||||
|
who no longer sticks to them.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 25 09:28:22 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
Mon Mar 25 09:28:22 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
@ -43,14 +43,12 @@ BuildRequires: python3-docutils
|
|||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
BuildRequires: rust
|
BuildRequires: rust
|
||||||
BuildRequires: cargo
|
BuildRequires: cargo
|
||||||
BuildRequires: upx
|
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: glibc-devel-static
|
BuildRequires: glibc-devel-static
|
||||||
BuildRequires: python3-Pygments
|
BuildRequires: python3-Pygments
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?debian} || 0%{?ubuntu}
|
%if 0%{?debian} || 0%{?ubuntu}
|
||||||
BuildRequires: rust-all
|
BuildRequires: rust-all
|
||||||
BuildRequires: upx-ucl
|
|
||||||
BuildRequires: libssl-dev
|
BuildRequires: libssl-dev
|
||||||
BuildRequires: openssl
|
BuildRequires: openssl
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:164529313ca9c0a08070f6bf380d90e9032e80fe6b62c3655c4c846559d70183
|
oid sha256:f3c652d7622b0a9ad2dcd9d7fe7bd2d3d1fa677717b0d5a7b1aaf08e181d807b
|
||||||
size 19286485
|
size 19292664
|
||||||
|
Loading…
x
Reference in New Issue
Block a user