Skip to content

Commit

Permalink
allow newer clang
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgov committed Jun 6, 2024
1 parent 95c09ff commit 5173c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microsoft/testsuites/acc/bvt.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def verify_sgx(self, log: Logger, node: Node) -> None:
libprotobuf = "libprotobuf17"

node.os.install_packages(
f"clang-10 libssl-dev gdb libsgx-enclave-common libsgx-quote-ex "
f"clang libssl-dev gdb libsgx-enclave-common libsgx-quote-ex "
f"{libprotobuf} libsgx-dcap-ql libsgx-dcap-ql-dev "
"az-dcap-client open-enclave"
)
Expand Down

0 comments on commit 5173c4c

Please sign in to comment.