Skip to content

Commit

Permalink
Update and fix the dist pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterBourbaki committed Dec 4, 2024
1 parent 8686750 commit dda4350
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "minimal-federated-computing"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
repository = "https://github.com/MisterBourbaki/minimal-federated-computing"
readme = "README.md"
Expand Down
10 changes: 7 additions & 3 deletions dist-workspace.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@ cargo-dist-version = "0.25.1"
# CI backends to support
ci = "github"
# The installers to generate for each app
installers = []
installers = ["shell"]
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl"]
# Path that installers should place binaries in
install-path = "CARGO_HOME"
# Whether to install an updater program
install-updater = true

[dist.dependencies.apt]
protobuf-compiler = "*"

[dist.dependencies.homebrew]
protobuf = "*"
protobuf = "*"

0 comments on commit dda4350

Please sign in to comment.