Skip to content

Commit f3b05c8

Browse files
authored
Merge pull request #659 from fortanix/raoul/rte-204-insecure_time_computation
Insecure time computation
2 parents 79d94e3 + 665f529 commit f3b05c8

File tree

6 files changed

+1153
-40
lines changed

6 files changed

+1153
-40
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,12 @@ jobs:
109109
- name: Build em-app, get-certificate for x86_64-fortanix-unknown-sgx
110110
run: cargo build --verbose --locked -p em-app -p get-certificate --target=x86_64-fortanix-unknown-sgx
111111

112+
- name: insecure-time test
113+
run: cargo +nightly test -p insecure-time --features estimate_crystal_clock_freq
114+
115+
- name: insecure-time build for SGX platform
116+
run: cargo +nightly build -p insecure-time --features estimate_crystal_clock_freq --target x86_64-fortanix-unknown-sgx
117+
112118
- name: Generate API docs
113119
run: ./doc/generate-api-docs.sh
114120

0 commit comments

Comments
 (0)