Skip to content

Commit d7c3997

Browse files
kkimuraksachilles
authored andcommitted
remove libyaml-dev from BUILD_DEPENDENCIES
Because this is required on runtime and BUILD_DEPENDENCIES will be removed at the end of installation Installation of `libyaml-dev` is written in Dockerfile so additional installation is not reeded if not, following error reported on runtime > LoadError: libyaml-0.so.2: cannot open shared object file: No such or directory - /usr/local/lib/ruby/3.2.0/x86_64-linux/psych.so This is because Ruby 3.2.0 (psych 5.0.0) or later does not contain libyaml any more ruby/psych#541
1 parent 32b38f4 commit d7c3997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/build/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export GOROOT PATH
2121

2222
BUILD_DEPENDENCIES="gcc g++ make patch pkg-config cmake paxctl \
2323
libc6-dev \
24-
libpq-dev zlib1g-dev libyaml-dev libssl-dev \
24+
libpq-dev zlib1g-dev libssl-dev \
2525
libgdbm-dev libreadline-dev libncurses5-dev libffi-dev \
2626
libxml2-dev libxslt-dev libcurl4-openssl-dev libicu-dev \
2727
gettext libkrb5-dev \

0 commit comments

Comments
 (0)