ci: Activate RPM artifact self-test. (closes #36)
Fix rpm /bin/sh requirement (centos 10) Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
3
.github/workflows/package.yml
vendored
3
.github/workflows/package.yml
vendored
@@ -101,8 +101,7 @@ jobs:
|
|||||||
needs: [build_pkgs]
|
needs: [build_pkgs]
|
||||||
uses: ./.github/workflows/bake.yml
|
uses: ./.github/workflows/bake.yml
|
||||||
with:
|
with:
|
||||||
#bake_targets: '["pkg-deb-install", "pkg-rpm-install"]'
|
bake_targets: '["pkg-deb-install", "pkg-rpm-install"]'
|
||||||
bake_targets: '["pkg-deb-install"]'
|
|
||||||
cargo_profiles: '["release"]'
|
cargo_profiles: '["release"]'
|
||||||
feat_sets: '["all"]'
|
feat_sets: '["all"]'
|
||||||
rust_toolchains: '["stable"]'
|
rust_toolchains: '["stable"]'
|
||||||
|
|||||||
@@ -38,6 +38,7 @@ assets = [
|
|||||||
name = "tuwunel"
|
name = "tuwunel"
|
||||||
summary = """\
|
summary = """\
|
||||||
High performance Matrix homeserver written in Rust"""
|
High performance Matrix homeserver written in Rust"""
|
||||||
|
require-sh = false
|
||||||
assets = [
|
assets = [
|
||||||
{ source = "target/release/tuwunel", dest = "/usr/sbin/tuwunel", mode = "755" },
|
{ source = "target/release/tuwunel", dest = "/usr/sbin/tuwunel", mode = "755" },
|
||||||
{ source = "README.md", dest = "/usr/share/doc/tuwunel/", mode = "644", doc = true },
|
{ source = "README.md", dest = "/usr/share/doc/tuwunel/", mode = "644", doc = true },
|
||||||
|
|||||||
Reference in New Issue
Block a user