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

Do not remove Ruby setup file #543

Merged

Conversation

andyundso
Copy link
Contributor

I observed that sometimes, CircleCI hangs for a solid 10 minutes on the "Ruby diagnostic" step. Perl, Ruby and Gem version are already visible, so I assume that the delete operation takes very long sometimes.

I do no think we need to throw away the setup file ourselves, as we get fresh VMs with each run anyhow. However, CircleCI does not like if the current directory, where you want to check out the code, is not empty. Downloading the setup file to C: should fix that issue.

I observed that sometimes, CircleCI hangs for a solid 10 minutes on the "Ruby diagnostic" step. Perl, Ruby and Gem version are already visible, so I assume that the delete operation takes very long sometimes.

I do no think we need to throw away the setup file ourselves, as we get fresh VMs with each run anyhow.
CircleCI does not like if the current directory, where you want to check out the code, is not empty. Downloading the setup file to C: should fix that issue.
@andyundso andyundso merged commit b1ab75b into rails-sqlserver:master Oct 5, 2023
7 checks passed
@andyundso andyundso deleted the do-not-remove-ruby-setup-file branch October 5, 2023 07:08
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.

None yet

2 participants