File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 9191 runs-on : ubuntu-latest
9292 container : fedora:latest
9393 steps :
94+ - name : Install git for checkout
95+ run : dnf install -y git
96+
9497 - uses : actions/checkout@v4
9598 with :
9699 fetch-depth : 0
@@ -106,8 +109,7 @@ jobs:
106109 openssl-devel \
107110 systemd-rpm-macros \
108111 unixODBC-devel \
109- freetds-devel \
110- git
112+ freetds-devel
111113
112114 - name : Set up RPM build tree
113115 run : rpmdev-setuptree
Original file line number Diff line number Diff line change @@ -145,6 +145,9 @@ dch -v $(grep '^version = ' Cargo.toml | head -1 | sed 's/version = "\(.*\)"/\1/
145145# Build package
146146dpkg-buildpackage -us -uc -b
147147
148+ # If building in an environment where Rust isn't installed via dpkg packages:
149+ # dpkg-buildpackage -us -uc -b -d
150+
148151# Check package
149152lintian ../sqlpage_* .deb
150153```
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ Source: sqlpage
22Section: web
33Priority: optional
44Maintainer: SQLPage Contributors <
[email protected] >
5+ # Note: cargo/rustc listed for local builds; CI uses -d flag with toolchain action
56Build-Depends: debhelper-compat (= 13),
67 cargo (>= 1.70),
78 rustc (>= 1.70),
You can’t perform that action at this time.
0 commit comments