Skip to content

Commit c46e383

Browse files
authored
feat: uplink library, default topics for streams, docs, system stats and sysinfo bugfixes, compact logs, better defaults, QoL improvements (#377)
1 parent fe7f205 commit c46e383

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+1062
-2168
lines changed

.github/workflows/argonaut-a27dgr3fyi4etqlo-build.yaml

Lines changed: 0 additions & 49 deletions
This file was deleted.

.github/workflows/argonaut-a5t2wqsau1fo3hy9-build.yaml

Lines changed: 0 additions & 49 deletions
This file was deleted.

.github/workflows/argonaut-akp06vb2z9rq6rep-build.yaml

Lines changed: 0 additions & 49 deletions
This file was deleted.

.github/workflows/argonaut-aun0ztudy5bx1hpn-build.yaml

Lines changed: 0 additions & 49 deletions
This file was deleted.

.github/workflows/argonaut-bytebeam-build.yaml

Lines changed: 0 additions & 49 deletions
This file was deleted.

.github/workflows/argonaut-cloud-uplink.yaml

Lines changed: 0 additions & 120 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
target: x86_64-unknown-linux-musl
2424

2525
- name: Build binary
26-
run: cargo build -p ${{ matrix.build }} --verbose --release --target x86_64-unknown-linux-musl
26+
run: cargo build -p ${{ matrix.build }} --release --target x86_64-unknown-linux-musl
2727

2828
- name: Upload release archive
2929
uses: softprops/action-gh-release@v1
@@ -86,7 +86,7 @@ jobs:
8686
echo "TARGET_DIR=./target/${{ matrix.target }}" >> $GITHUB_ENV
8787
8888
- name: Build release binary
89-
run: cross build --verbose --release ${{ env.TARGET_FLAGS }}
89+
run: cross build --release ${{ env.TARGET_FLAGS }}
9090

9191
- name: Strip release binary (linux and macos)
9292
if: matrix.build == 'linux' || matrix.build == 'macos' || matrix.build == 'macos-m1'

0 commit comments

Comments
 (0)