Skip to content

Commit

Permalink
Create client minimal implementation (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadzyah authored Aug 13, 2024
1 parent 6b84b77 commit e3d1144
Show file tree
Hide file tree
Showing 37 changed files with 2,100 additions and 778 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test_client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ jobs:
- run: |
rustup component add clippy
cargo clippy --all-features --verbose
- run: cargo clippy --tests --verbose
- name: Run cargo test
run: cargo test -- --test-threads=1
run: cargo test

py-bindings-test:
runs-on: [self-hosted, linux, large, jammy, x64]
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/test_hwlib_debian_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
steps:
- name: Checkout the repository
uses: actions/checkout@v4
# Prevent lxd-agent from getting restarted on apt upgrades.
# https://warthogs.atlassian.net/browse/ISD-2139
- name: Disable lxd-agent restart
run: |
mkdir -p /etc/needrestart/conf.d
echo '$nrconf{override_rc}{qr(^lxd-agent.service$)} = 0;' | sudo tee /etc/needrestart/conf.d/lxdagent.conf
- name: Download dependencies
run: |
set -xeu
Expand Down
Loading

0 comments on commit e3d1144

Please sign in to comment.