Ivo Bellin Salarin

Results 21 comments of Ivo Bellin Salarin

I have fixed this by modifying the file $HOME/.rvm/src/ruby-2.7.1/ext/fiddle/closure.c Replacing all the ```C # define USE_FFI_CLOSURE_ALLOC 0 ``` with ```C # define USE_FFI_CLOSURE_ALLOC 1 ``` while the compilation was in...

If you are OK with a longer-than-usual command line, ``` CFLAGS="-O3 -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wno-error=implicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare...

ok @CamJN, looks like one needs to - build passenger_binary_build_automation, - based on https://github.com/phusion/holy-build-box, - based in turn on CentOS - (would be feasible basing on the image https://hub.docker.com/r/arm64v8/centos/, if...

@CamJN have you already answered the question why don't you statically link your executable?

@CamJN so, would it be reasonable to use arm64v8/centos:8, given that you have no precompiled binaries consumers today?

Just use cygwin x64 to compile it. Make sure you've gcc and make in your setup. Then, deploy cntlm.exe to c:\program files\cntlm (a folder), deploy doc/cntlm.conf to c:\program files\cntlm\cntlm.ini deploy...

The problem seems to be in https://github.com/codecov/codecov-ruby/blob/e0aa49e6aa422bfddb903543003a4c218bb1bfda/lib/codecov/uploader.rb#L424 => the response can not be parsed as a valid url Since visibly it's the second time this week that the platform has...

hello @thomasrockhu Sorry, but I experience issues ``` An error occurred while loading ./spec/controllers/api/graphql/emails/actions_controller_spec.rb. Failure/Error: SimpleCov.pass_ci_if_error = true NoMethodError: undefined method `pass_ci_if_error=' for SimpleCov:Module ``` In a very similar way...

I'll give you the desired information on Monday. But, let's not mix the two problems, please. (I say this because the problems affect two different tools, and because you're asking...

Ciao Quoc, I have added the details you asked on the MSDN question (https://social.msdn.microsoft.com/Forums/en-US/30e7e8fe-ba48-4f1c-8d75-36b54af502ae/installpackageprovider-no-match-was-found?forum=windowscontainers). By the way, which is the _officially recommended_ procedure to set the proxy on a Windows...