You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cargo-make-rpm
warning: You are creating for your current OS, not for Linux. Use --target to cross compile for a Linux target.
Finished `release` profile [optimized] target(s) in 0.34s
Error: Io(Os { code: 2, kind: NotFound, message: "The system cannot find the file specified." })
my toml
[package]
description = "generate apache virtual host for users with static pages"edition = "2021"license = "MIT OR Apache-2.0"name = "users_apache_virtual_host"version = "0.1.0"
[profile.release]
codegen-units = 1lto = true#opt-level = 3opt-level = "z"# for small size
[dependencies]
askama = "0.12"# template like ninjaasync-trait = "0.1"http = "1.1"reqwest = {version = "0.12", features = ["json"]}
serde = {version = "1.0", features = ["derive"]}
serde_json = "1.0"tokio = {version = "1.41", features = ["macros", "rt-multi-thread"]}
[package.metadata.rpm]
assets = [
#["README.md", "/usr/share/doc/README.md", "644"],
]
compression = "none"
The text was updated successfully, but these errors were encountered:
cargo install cargo-make-rpm
cargo-make-rpm
and got errorThe text was updated successfully, but these errors were encountered: