We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d047cf commit e90e592Copy full SHA for e90e592
rpm/sqlpage.spec
@@ -10,6 +10,9 @@ Source0: https://github.com/sqlpage/SQLPage/archive/v%{version}.tar.gz
10
# Disable automatic shebang mangling - Rust source files use #! for attributes, not shebangs
11
%undefine __brp_mangle_shebangs
12
13
+# Disable automatic debug packages - Rust binaries don't work well with standard RPM debug extraction
14
+%global debug_package %{nil}
15
+
16
# Note: cargo/rust listed for local builds; CI uses --nodeps flag with toolchain action
17
BuildRequires: rust >= 1.70
18
BuildRequires: cargo >= 1.70
0 commit comments