Skip to content

Commit bea2808

Browse files
remove cool.io install
1 parent ca3cb54 commit bea2808

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

kubernetes/linux/setup.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ echo "$(fluent-bit --version)" >> packages_version.txt
8080
fluentd_version="1.16.3"
8181

8282
# Pre-install cool.io to avoid ARM64 build issues (segfault during native extension compilation)
83-
if [ "$ARCH" == "arm64" ]; then
84-
gem install cool.io -v "1.9.0" --no-document
85-
fi
83+
# if [ "$ARCH" == "arm64" ]; then
84+
# gem install cool.io -v "1.9.0" --no-document
85+
# fi
8686

8787
gem install fluentd -v $fluentd_version --no-document
8888

0 commit comments

Comments
 (0)