Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install: ## Install the enclave CLI to $GOPATH/bin with SDK hashes baked in
test: test-build test-run ## Build test EIFs and run integration tests

test-build: ## Build test EIFs (v1 + v2 for migration with previousPCR0)
cd test/app && enclave build --local
cd test/app && ../../enclave-cli build --local
cp test/app/enclave/artifacts/pcr.json /tmp/pcr-v1.json
V1_PCR0=$$(jq -r '.PCR0' test/app/enclave/artifacts/pcr.json) && \
sed -i 's/^version: .*/version: 0.0.2/' test/app/enclave/enclave.yaml && \
Expand Down
Loading