Skip to content

Commit

Permalink
podvm: Fix podvm-binaries build
Browse files Browse the repository at this point in the history
Nightly podvm-binaries build has been failing with:
```
956.9 cd /src/cloud-api-adaptor/podvm/files/etc/kata-opa && ln -s -f "" default-policy.rego
956.9 ln: failed to create symbolic link 'default-policy.rego' -> '': No such file or directory
```

So port over the mkosi fix for this that Magnus did in #1718

Signed-off-by: stevenhorsman <[email protected]>
  • Loading branch information
stevenhorsman committed Mar 6, 2024
1 parent 887b892 commit 06fc733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ podvm-binaries:
--build-arg PODVM_DISTRO=$(PODVM_DISTRO) \
--build-arg ARCH=$(ARCH) \
--build-arg AA_KBC=$(AA_KBC) \
--build-arg DEFAULT_AGENT_POLICY_FILE=$(DEFAULT_AGENT_POLICY_FILE) \
$(if $(DEFAULT_AGENT_POLICY_FILE),--build-arg DEFAULT_AGENT_POLICY_FILE=$(DEFAULT_AGENT_POLICY_FILE),) \
$(DOCKER_OPTS) .

podvm-image:
Expand Down

0 comments on commit 06fc733

Please sign in to comment.