Skip to content

Commit

Permalink
build(ci): use compatible dependencies with Ruby v2 (#2797)
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar authored Feb 23, 2024
1 parent 1ff6a2a commit 3dab6b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ executors:
# NOTE: To upgrade the Go version, first push the upgrade to the cross-builder Dockerfile in the edge repo,
# then update the version here to match. Until we finish the migration to using the cross-builder image,
# you'll also need to update references to `cimg/go` and `GO_VERSION` in this file.
#
# NOTE 2: Remove `gem install dotenv -v 2.8.1` from the `install_dependencies` step once
# the cross-builder supports Ruby v3.
- image: quay.io/influxdb/cross-builder:go1.20.13-latest
resource_class: large
linux-amd64:
Expand Down Expand Up @@ -44,6 +47,7 @@ commands:
libtool
# Ruby dependencies
gem install dotenv -v 2.8.1
gem install fpm
# Protobuf
Expand Down

0 comments on commit 3dab6b4

Please sign in to comment.