Does what it says on the tin. Much to my pleasant surprise, this test currently passes (at least, it does on my machine)!
Fixes https://github.com/protocolbuffers/protobuf/issues/5999
On my local setup (WSL Ubuntu), I noticed that attempting to build Ruby tests fails, because of an error in rules_apple
:
charles@AlterCation:~/protobuf$ bazel test //ruby/tests/...
WARNING: Build option --test_env has changed, discarding analysis cache (this can be expensive, see https...
When attempting to run the Ruby tests, I noticed that the README is slightly off; it points to a target that doesn't exist:
charles@AlterCation:~/protobuf$ bazel test //ruby/tests/... //ruby:ffi=enabled --test_env=PROTOCOL_BUFFERS_RUBY_IMPLEMENTATION=FFI
ERROR: Skipping '//ruby:ffi=enabl...