Skip to content

Commit

Permalink
bump keystone-runtime (eyrie) to v1.1.0 (#298)
Browse files Browse the repository at this point in the history
Bump keystone-runtime to fix glibc issue
  • Loading branch information
dayeol committed Nov 22, 2022
1 parent ca30228 commit 0b40beb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sdk/examples/attestation/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ target_include_directories(${host_bin}

set(eyrie_files_to_copy .options_log eyrie-rt)
add_eyrie_runtime(${eapp_bin}-eyrie
"v1.0.0"
"v1.1.0"
${eyrie_plugins}
${eyrie_files_to_copy})

Expand Down
2 changes: 1 addition & 1 deletion sdk/examples/hello-native/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ target_include_directories(${host_bin}

set(eyrie_files_to_copy .options_log eyrie-rt)
add_eyrie_runtime(${eapp_bin}-eyrie
"v1.0.0"
"v1.1.0"
${eyrie_plugins}
${eyrie_files_to_copy})

Expand Down
2 changes: 1 addition & 1 deletion sdk/examples/hello/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ target_link_libraries(${host_bin} ${KEYSTONE_LIB_HOST} ${KEYSTONE_LIB_EDGE})

set(eyrie_files_to_copy .options_log eyrie-rt)
add_eyrie_runtime(${eapp_bin}-eyrie
"v1.0.0"
"v1.1.0"
${eyrie_plugins}
${eyrie_files_to_copy})

Expand Down
2 changes: 1 addition & 1 deletion sdk/examples/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ target_link_libraries(${host_bin} ${KEYSTONE_LIB_HOST} ${KEYSTONE_LIB_EDGE} ${KE

set(eyrie_files_to_copy .options_log eyrie-rt)
add_eyrie_runtime(test-eyrie
"v1.0.0"
"v1.1.0"
${eyrie_plugins}
${eyrie_files_to_copy})

Expand Down

0 comments on commit 0b40beb

Please sign in to comment.