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]
|
||||
uses: ./.github/workflows/bake.yml
|
||||
with:
|
||||
#bake_targets: '["pkg-deb-install", "pkg-rpm-install"]'
|
||||
bake_targets: '["pkg-deb-install"]'
|
||||
bake_targets: '["pkg-deb-install", "pkg-rpm-install"]'
|
||||
cargo_profiles: '["release"]'
|
||||
feat_sets: '["all"]'
|
||||
rust_toolchains: '["stable"]'
|
||||
|
||||
@@ -38,6 +38,7 @@ assets = [
|
||||
name = "tuwunel"
|
||||
summary = """\
|
||||
High performance Matrix homeserver written in Rust"""
|
||||
require-sh = false
|
||||
assets = [
|
||||
{ source = "target/release/tuwunel", dest = "/usr/sbin/tuwunel", mode = "755" },
|
||||
{ source = "README.md", dest = "/usr/share/doc/tuwunel/", mode = "644", doc = true },
|
||||
|
||||
Reference in New Issue
Block a user