rails-sqlserver / tiny_tds

TinyTDS - Simple and fast FreeTDS bindings for Ruby using DB-Library.
Other
605 stars 191 forks source link

Do not remove Ruby setup file #543

Closed andyundso closed 9 months ago

andyundso commented 9 months ago

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.