Skip to content

Commit 7e715cc

Browse files
committed
replace use of attest-mock binary w/ API
this includes required updates to dependencies: camino, clap, ed25519-dalek, ipnet, log, thiserror@2.0.17, serde_with, rsa, rustix, zerocopy
1 parent 026a3fa commit 7e715cc

7 files changed

Lines changed: 459 additions & 223 deletions

File tree

.github/buildomat/jobs/build-and-test.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,4 @@ set -o xtrace
1212
cargo --version
1313
rustc --version
1414

15-
# dependency used by `build.rs` to build measurement log & corpus
16-
cargo install --locked \
17-
--git https://github.com/oxidecomputer/dice-util \
18-
--rev 4b408edc1d00f108ddf635415d783e6f12fe9641 \
19-
attest-mock
20-
2115
cargo test

.github/workflows/rust.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,6 @@ jobs:
4343
run: cargo --version
4444
- name: Report rustc version
4545
run: rustc --version
46-
- name: Install attest-mock
47-
run: |
48-
cargo install --locked \
49-
--git https://github.com/oxidecomputer/dice-util \
50-
--rev 4b408edc1d00f108ddf635415d783e6f12fe9641 \
51-
attest-mock
5246
- name: Build
5347
run: cargo build --all-targets --verbose
5448
- name: Run tests

0 commit comments

Comments
 (0)