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

No precompiled 1.3.0 x86-mingw32 gem #354

Closed
taliesins opened this issue Apr 12, 2017 · 9 comments
Closed

No precompiled 1.3.0 x86-mingw32 gem #354

taliesins opened this issue Apr 12, 2017 · 9 comments

Comments

@taliesins
Copy link

I was expecting x86 precompiled gem at https://rubygems.org/gems/tiny_tds/versions

My poor Windows box is trying to build native extensions (and is freezing/failing) when attempting to install.

@taliesins
Copy link
Author

Problem is that ChefDK uses x86-mingw32. So I have to change my recipes to do the following:

chef gem install --no-user-install tiny_tds -v 1.2.0

@taliesins
Copy link
Author

Turns out I can't use 1.2.0 as I am running into #330

@taliesins
Copy link
Author

taliesins commented Apr 13, 2017

To install it via Chef:

chef_gem 'tiny_tds' do
    action :install
    version '1.2.0'
    options '--no-user-install'
end

But it still runs into #330

@metaskills
Copy link
Member

What about v1.3.0?

@mblundin
Copy link

tiny_tds-1.3.0-x86-mingw32 is not available on rubygems. x86 and ruby are.
See https://rubygems.org/gems/tiny_tds

@metaskills
Copy link
Member

OH! That would be my fault. Building that again now and posting...

@metaskills
Copy link
Member

Just pushed tiny_tds-1.3.0-x86-mingw32.gem to rubygems. Sorry about that.

@metaskills
Copy link
Member

Closed the issue, please let me know if you have any issues with it.

@taliesins
Copy link
Author

Thanks :-) now us ChefDk users should be able to use this gem again.

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

No branches or pull requests

3 participants