Skip to content

Commit

Permalink
podvm: Update AA install path
Browse files Browse the repository at this point in the history
Fixes: #1011

Signed-off-by: Pradipta Banerjee <[email protected]>
  • Loading branch information
bpradipt authored and stevenhorsman committed Jun 1, 2023
1 parent 4621f0c commit fd2f675
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions podvm/Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
UBUNTU_RELEASE = focal
SKOPEO_VERSION = 1.5.0
UMOCI_VERSION = 0.4.7
AA_VERSION = v0.5.0
AA_VERSION = aa1d3c510350cd2f2668aca374abba19e2b73b3f

IMAGE_PREFIX := podvm

Expand Down Expand Up @@ -128,7 +128,7 @@ $(ATTESTATION_AGENT_SRC):
$(ATTESTATION_AGENT): $(ATTESTATION_AGENT_SRC)
cd "$(ATTESTATION_AGENT_SRC)" && CC= ARCH=$(ARCH) $(MAKE) KBC="$(AA_KBC)" ttrpc=true LIBC="$(LIBC)"
mkdir -p "$(@D)"
install --compare "$(ATTESTATION_AGENT_SRC)/app/target/$(RUST_TARGET)/release/attestation-agent" "$@"
install --compare "$(ATTESTATION_AGENT_SRC)/target/$(RUST_TARGET)/release/attestation-agent" "$@"

clean_sources:
[ -d "$(ATTESTATION_AGENT_SRC)" ] && cd "$(ATTESTATION_AGENT_SRC)" && git clean -xfd
Expand Down

0 comments on commit fd2f675

Please sign in to comment.