Skip to content

Commit 3ee1fe3

Browse files
committed
fix: build errors
1 parent 9275a7f commit 3ee1fe3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

action.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ runs:
4242
--read-only \
4343
--tmpfs /tmp \
4444
--tmpfs /cache \
45+
--tmpfs /root/.cache \
4546
-v "$(pwd)/output":/output \
4647
-v "${{ inputs.config-file }}":/config.yml:ro \
4748
-e GH_TOKEN=${{ inputs.github-token }} \

measure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def fetch_verified_json_artifact(url: str, repo: str) -> dict:
6363
EDK2_REPO = "tinfoilsh/edk2"
6464
EDK2_VERSION = "v0.0.3"
6565

66-
amd_ovmf = fetch_verified_artifact(f"https://github.com/{EDK2_REPO}/releases/download/{EDK2_VERSION}/OVMF.fd", EDK2_REPO)
66+
amd_ovmf = fetch(f"https://github.com/{EDK2_REPO}/releases/download/{EDK2_VERSION}/OVMF.fd", CACHE_DIR)
6767

6868
cmdline = f"readonly=on pci=realloc,nocrs modprobe.blacklist=nouveau nouveau.modeset=0 root=/dev/mapper/root roothash={manifest['root']} tinfoil-config-hash={sha256sum('/config.yml')}"
6969

0 commit comments

Comments
 (0)