We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The OpenBSD builders are some of the slowest.
See if it's faster with a memory filesystem for its workdir.
See #16951 (comment) for details. Basically just:
$ mount -t mfs -o rw,nodev,nosuid,-s=1G /dev/sd0b /tmp
Make the buildlet do that on start, like it already tweaks other system stuff.
/cc @mdempsky @4a6f656c
The text was updated successfully, but these errors were encountered:
I tried this on an OpenBSD 6.4 amd64 instance and it works, but it's still not any faster. Continuing debugging in #29223
Sorry, something went wrong.
No branches or pull requests
The OpenBSD builders are some of the slowest.
See if it's faster with a memory filesystem for its workdir.
See #16951 (comment) for details. Basically just:
Make the buildlet do that on start, like it already tweaks other system stuff.
/cc @mdempsky @4a6f656c
The text was updated successfully, but these errors were encountered: