You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I managed to get CircleCI build passing for the https://github.com/bazelruby/ruby-monorepo repository, but only after I removed rubocop and other gems that depended on gems needing native extensions. I am able to install rubocop and run it on CI via a BASH script, but not via Bazel.
I managed to get CircleCI build passing for the https://github.com/bazelruby/ruby-monorepo repository, but only after I removed
rubocop
and other gems that depended on gems needing native extensions. I am able to install rubocop and run it on CI via a BASH script, but not via Bazel.Here is one example CI build that failed installing a gem with native extension:
https://app.circleci.com/jobs/github/bazelruby/ruby-monorepo/40
The actual error is this:
The text was updated successfully, but these errors were encountered: