Skip to content

Commit

Permalink
Merge pull request #158 from ALPHA-g-Experiment/musl
Browse files Browse the repository at this point in the history
Add musl target to release workflow
  • Loading branch information
DJDuque authored Aug 9, 2024
2 parents 23ac837 + ceed271 commit c7c0eb4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ci = "github"
# The installers to generate for each app
installers = ["shell"]
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["x86_64-unknown-linux-gnu"]
targets = ["x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl"]
# Path that installers should place binaries in
install-path = "CARGO_HOME"
# Publish jobs to run in CI
Expand Down
5 changes: 5 additions & 0 deletions analysis/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ changes will be documented in this file.

## [Unreleased] - ReleaseDate

### Fixed

- Installing pre-built binaries when the glibc version is too old (e.g.
`alpha03`) is now possible using musl.

## [0.5.5] - 2024-08-07

Nothing changed for this release. It is just made to test the new release
Expand Down

0 comments on commit c7c0eb4

Please sign in to comment.