Skip to content

Commit

Permalink
Pin vmtest-action to working version
Browse files Browse the repository at this point in the history
With release 0.14 vmtest has become unusable for us. The reason being
that it turns out that with the usage of the host's /tmp/ handling of
temporary files broke due to deficiencies in the 9P file system [0].
Given that by now vmtest-action@master uses this very version, our CI is
broken.
To work around the issue until a permanent fix is found, pin
vmtest-action to a usable SHA-1.

[0] danobi/vmtest#83

Signed-off-by: Daniel Müller <[email protected]>
  • Loading branch information
d-e-s-o committed Aug 22, 2024
1 parent de15ab8 commit f6e3ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
EOF
chmod a+x main.sh
- name: Test and gather coverage
uses: danobi/vmtest-action@master
uses: danobi/vmtest-action@f8c84191b5925c3290595743fc46eaaafd827bf3
with:
kernel: bzImage
command: sh -c 'cd ${{ github.workspace }} && ./main.sh'
Expand Down

0 comments on commit f6e3ab6

Please sign in to comment.