hack: remove unused tools (#1387)

* Remove unused pcr-compare tool
* Remove unused pcr-reader tool
* Remove obsolete image-measurement tool

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2023-03-09 16:59:33 +01:00 committed by GitHub
parent bdba9d8ba6
commit 83d10b0e70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 5 additions and 1755 deletions

View file

@ -8,7 +8,6 @@ go_library(
visibility = ["//visibility:public"],
deps = [
"//hack/qemu-metadata-api/virtwrapper",
"//internal/attestation/measurements",
"//internal/cloud/metadata",
"//internal/logger",
"//internal/role",
@ -24,7 +23,6 @@ go_test(
tags = ["manual"],
deps = [
"//hack/qemu-metadata-api/virtwrapper",
"//internal/attestation/measurements",
"//internal/cloud/metadata",
"//internal/logger",
"@com_github_stretchr_testify//assert",