Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix fuzzer #672

Merged
merged 5 commits into from
Jul 6, 2024
Merged

Fix fuzzer #672

merged 5 commits into from
Jul 6, 2024

Conversation

Piratux
Copy link
Contributor

@Piratux Piratux commented Jul 6, 2024

Fixed fuzzer issues:

  • System.IO.IOException: No space left on device: fixed by adding Free disk space step before compilation step.
  • Then there was an issue of step trying to fetch 4.2 version of qarmin/Qarminer repository, but only 4.1 exists there. I made an issue about it, but the author said that 4.1 version should work with Godot version up to 4.3+. So I hardcoded it to 4.1 for now. This may need to be updated later.

Fuzzer working and catching Godot crashes can be seen here:
https://github.com/Piratux/godot_voxel/actions/runs/9821448650

@@ -107,7 +117,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: qarmin/Qarminer
ref: ${{ env.GODOT_BASE_BRANCH }}
ref: 4.1
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add a comment explaining why this is the chosen version?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@Zylann Zylann merged commit aadc3ca into Zylann:master Jul 6, 2024
23 of 24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants