Skip to content

Commit

Permalink
Merge pull request #659 from fortanix/raoul/rte-204-insecure_time_com…
Browse files Browse the repository at this point in the history
…putation

Insecure time computation
  • Loading branch information
raoulstrackx authored Dec 12, 2024
2 parents 79d94e3 + 665f529 commit f3b05c8
Show file tree
Hide file tree
Showing 6 changed files with 1,153 additions and 40 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,12 @@ jobs:
- name: Build em-app, get-certificate for x86_64-fortanix-unknown-sgx
run: cargo build --verbose --locked -p em-app -p get-certificate --target=x86_64-fortanix-unknown-sgx

- name: insecure-time test
run: cargo +nightly test -p insecure-time --features estimate_crystal_clock_freq

- name: insecure-time build for SGX platform
run: cargo +nightly build -p insecure-time --features estimate_crystal_clock_freq --target x86_64-fortanix-unknown-sgx

- name: Generate API docs
run: ./doc/generate-api-docs.sh

Expand Down
Loading

0 comments on commit f3b05c8

Please sign in to comment.