Skip to content

Commit

Permalink
[chshersh#107] Remove dynamically-linked 'tool-sync' asset (chshersh#144
Browse files Browse the repository at this point in the history
)

Resolves chshersh#107


### Additional tasks

- [ ] Documentation for changes provided/changed
- [ ] Tests added
- [ ] Updated CHANGELOG.md

Co-authored-by: Dmitrii Kovanikov <[email protected]>
  • Loading branch information
jim4067 and chshersh authored Oct 21, 2022
1 parent a64ab97 commit d67f3c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
strategy:
matrix:
include:
# This legacy target is only for backwards compatibility
# TODO: remove for the v0.3.0 release
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
- target: x86_64-unknown-linux-musl
os: ubuntu-latest
- target: x86_64-apple-darwin
Expand Down
2 changes: 1 addition & 1 deletion src/sync/db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ pub fn build_db() -> BTreeMap<String, ToolInfo> {
owner: "chshersh",
repo: "tool-sync",
exe_name: "tool",
linux: "x86_64-unknown-linux-gnu.tar.gz",
linux: "x86_64-unknown-linux-musl.tar.gz",
macos: "x86_64-apple-darwin.tar.gz",
windows: "x86_64-pc-windows-msvc.zip",
tag: ToolInfoTag::Latest,
Expand Down

0 comments on commit d67f3c4

Please sign in to comment.