Skip to content

Commit

Permalink
disable tracker feature (#124)
Browse files Browse the repository at this point in the history
No need for the twin id metric anymore
  • Loading branch information
muhamadazmy authored Mar 2, 2023
1 parent 5bd4368 commit d429bc4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ env:
jobs:
build:
name: Releasing rmb
# we use 18.04 to be compatible with libc version on zos
runs-on: ubuntu-20.04
steps:
- name: Prepare
Expand All @@ -34,13 +33,13 @@ jobs:
name: Build release
with:
command: build
# remove the tracker feature
# later again, this should be
# only in development
args: |
--release
--target=x86_64-unknown-linux-musl
--features tracker
- name: Strip
run: |
strip target/x86_64-unknown-linux-musl/release/rmb-relay
strip target/x86_64-unknown-linux-musl/release/rmb-peer
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit d429bc4

Please sign in to comment.