Skip to content

Commit

Permalink
Merge pull request #209 from canonical/autopkg-tests
Browse files Browse the repository at this point in the history
Update debian folder for hwlib client to follow the recent MIR policy
  • Loading branch information
nadzyah authored Oct 15, 2024
2 parents 322a307 + b3335b7 commit 1af3ff3
Show file tree
Hide file tree
Showing 20 changed files with 859 additions and 773 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y pkg-config libssl-dev build-essential
sudo apt-get install -y pkgconf libssl-dev build-essential
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand All @@ -38,7 +38,7 @@ jobs:
[source.crates-io]
replace-with = "vendored-sources"
[source.vendored-sources]
directory = "$PWD/vendor"
directory = "$PWD/rust-vendor"
__CONFIG__
cat ~/.cargo/config.toml
- run: cargo build --offline
Expand All @@ -61,7 +61,7 @@ jobs:
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y pkg-config libssl-dev build-essential
sudo apt-get install -y pkgconf libssl-dev build-essential
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_hwlib_debian_build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build hwlib Rust package with sbuild
name: Test build hwlib Rust package with sbuild
on:
push:
branches: [ main ]
Expand Down
Loading

0 comments on commit 1af3ff3

Please sign in to comment.