forked from pool/bcachefs-tools
[info=4cbe32c50d941a049d089648a21abc8d42316f6cdbd8db7ec4872d9916e12d6d]
OBS-URL: https://build.opensuse.org/package/show/filesystems/bcachefs-tools?expand=0&rev=36
This commit is contained in:
parent
c5f1ad8302
commit
5b1d95ec19
@ -1,4 +1,4 @@
|
|||||||
mtime: 1724027419
|
mtime: 1724028890
|
||||||
commit: 72bf126e4bcaec767dfd0fe42b21205b414db6d7e5ffe3936377129f20650fa2
|
commit: 4cbe32c50d941a049d089648a21abc8d42316f6cdbd8db7ec4872d9916e12d6d
|
||||||
url: https://src.opensuse.org/jengelh/bcachefs-tools
|
url: https://src.opensuse.org/jengelh/bcachefs-tools
|
||||||
revision: master
|
revision: master
|
||||||
|
@ -62,8 +62,10 @@ This package contains utilities for creating and mounting bcachefs.
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# LTO produces a broken mkfs.bcachefs which crashes.
|
# The combination of -Og/-O1/-O2 + LTO produces a broken mkfs.bcachefs which
|
||||||
# Also, the LTO WPA linker requires ludicrous amount of memory (>80G) with -ggdb3.
|
# crashes (disabling one of the two fixes it). Given this -O+LTO scenario, if
|
||||||
|
# -g2 is also used, the lto1-wpa process runs into memory exhaustion (>80GB)
|
||||||
|
# and the build fails altogether.
|
||||||
%define _lto_cflags %nil
|
%define _lto_cflags %nil
|
||||||
# gh/koverstreet/bcachefs-tools#237
|
# gh/koverstreet/bcachefs-tools#237
|
||||||
# bcachefs-tools uses malloc_usable_size, which is incompatible
|
# bcachefs-tools uses malloc_usable_size, which is incompatible
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:38c9fc1f178a7cea13bd807856abce29c36157202cd0769f49df0e760c6df3f4
|
oid sha256:0bfb98e228907efc64128fb9c17594c3277b35328c5e58c1f6ecdb396ecb9f01
|
||||||
size 256
|
size 256
|
||||||
|
Loading…
Reference in New Issue
Block a user