File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,8 @@ jobs:
149149
150150 - name : Build RPM package
151151 run : |
152- rpmbuild -ba ~/rpmbuild/SPECS/sqlpage.spec
152+ # Use --nodeps to bypass build dependency checks since Rust is provided by CI
153+ rpmbuild -ba --nodeps ~/rpmbuild/SPECS/sqlpage.spec
153154
154155 - name : Run rpmlint checks
155156 run : |
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ Source0: https://github.com/sqlpage/SQLPage/archive/v%{version}.tar.gz
1010# Disable automatic shebang mangling - Rust source files use #! for attributes, not shebangs
1111%undefine __brp_mangle_shebangs
1212
13+ # Note: cargo/rust listed for local builds; CI uses --nodeps flag with toolchain action
1314BuildRequires: rust >= 1.70
1415BuildRequires: cargo >= 1.70
1516BuildRequires: openssl-devel
You can’t perform that action at this time.
0 commit comments