File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed
Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 3434
3535 # Targets using cross-compilation (upload-rust-binary-action
3636 # detects that they need cross).
37- - target : x86_64-unknown-linux-musl
38- os : ubuntu-20.04
37+
38+ # TODO: fix musl so it statically links during release, see
39+ # https://github.com/Wilfred/difftastic/issues/563
40+ #
41+ # - target: x86_64-unknown-linux-musl
42+ # os: ubuntu-20.04
3943 - target : aarch64-unknown-linux-gnu
4044 os : ubuntu-20.04
4145 - target : aarch64-apple-darwin
6367 - uses : katyo/publish-crates@v1
6468 with :
6569 registry-token : ${{ secrets.CARGO_REGISTRY_TOKEN }}
66-
Original file line number Diff line number Diff line change @@ -17,6 +17,16 @@ values are constructed, such as `Foo {}`).
1717
1818Improved syntax highlighting for C#.
1919
20+ ### Build
21+
22+ This release does not provide a prebuilt musl binary, due
23+ to [ a dynamic linking
24+ issue] ( https://github.com/Wilfred/difftastic/issues/563 ) with binaries
25+ in the release script.
26+
27+ musl remains tested in CI and supported for users, but you will need
28+ to compile difftastic from source.
29+
2030## 0.51.1 (released 25th August 2023)
2131
2232Fixed an issue with GitHub actions that prevented prebuilt binaries
You can’t perform that action at this time.
0 commit comments