Skip to content

Commit

Permalink
remove jemalloc (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
meghfossa authored Dec 18, 2023
1 parent 6dc81bd commit 7543b3e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
if: ${{ matrix.os-name == 'linux' }}
run: |
mkdir release
cross build --features jemalloc --target=x86_64-unknown-linux-musl --release
cross build --target=x86_64-unknown-linux-musl --release
mv target/x86_64-unknown-linux-musl/release/reachability-toolkit release/reachability-toolkit-$RELEASE_VERSION-x86_64-linux
chmod +x release/*
gh release upload ${{ github.ref_name }} $(find release -mindepth 1 | xargs) --clobber
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.0.2

Features:
- Removes `jemalloc` from release process.

## v0.0.1

Features:
Expand Down
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 = "reachability-toolkit"
version = "0.0.1"
version = "0.0.2"
edition = "2021"
authors = ["github.com/fossas"]
publish = false
Expand Down

0 comments on commit 7543b3e

Please sign in to comment.