Skip to content

Commit

Permalink
Stop using deprecated bazel rule (project-oak#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiziano88 authored Sep 30, 2019
1 parent 3ca461e commit fff14f1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions oak/server/asylo/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,12 @@ package(
load(
"@com_google_asylo//asylo/bazel:asylo.bzl",
"enclave_loader",
"sim_enclave",
)
load("@linux_sgx//:sgx_sdk.bzl", "sgx_enclave_configuration")
load(
"@linux_sgx//:sgx_sdk.bzl",
"sgx_enclave",
"sgx_enclave_configuration",
)

cc_library(
name = "enclave_server",
Expand Down Expand Up @@ -77,7 +80,7 @@ sgx_enclave_configuration(
tcs_num = "200",
)

sim_enclave(
sgx_enclave(
name = "oak_enclave.so",
srcs = [
"oak_enclave.cc",
Expand Down

0 comments on commit fff14f1

Please sign in to comment.