Skip to content

Commit

Permalink
Pin unf_ext to 0.0.8.2 to avoid compilation errors. (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpeshansky authored Nov 13, 2023
1 parent 63ba1a5 commit e7eeeef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ gem 'open_uri_redirections', '0.2.1'
gem 'test-kitchen', '~> 2.4'
gem 'kitchen-vagrant', '~> 1.6'

# b/310663890: Temporarily pin unf_ext to avoid compilation errors.
gem 'unf_ext', '0.0.8.2'

group :test do
gem 'rake', '~> 13.0.6'
gem 'serverspec', '~> 2.18.0'
Expand Down
2 changes: 2 additions & 0 deletions plugin_gems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
download "fluent-plugin-multi-format-parser", "1.0.0"
download "fluent-plugin-record-reformer", "0.9.1"
download "fluent-plugin-record-modifier", "2.0.1"
# b/310663890: Temporarily pin unf_ext to avoid compilation errors.
download "unf_ext", "0.0.8.2"
download "fluent-plugin-kubernetes_metadata_filter", "2.5.2"
download "systemd-journal", "1.4.2"
download "fluent-plugin-systemd", "1.0.5"
Expand Down

0 comments on commit e7eeeef

Please sign in to comment.