Skip to content

Commit 2fe74f0

Browse files
committed
Force platform ruby google-protobuf on aarch64-linux-musl
1 parent 2612a5a commit 2fe74f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ source 'https://rubygems.org'
55
gemspec
66

77
group :development do
8+
# TODO: https://github.com/protocolbuffers/protobuf/issues/16853
9+
gem 'google-protobuf', force_ruby_platform: true if RUBY_PLATFORM == 'aarch64-linux-musl'
10+
811
gem 'rake', '>= 13'
912
gem 'rspec', '~> 3.13.0'
1013
gem 'rubocop', '~> 1.67.0'

0 commit comments

Comments
 (0)