File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,12 @@ git clone -q -b v${GITALY_SERVER_VERSION} --depth 1 ${GITLAB_GITALY_URL} ${GITLA
146
146
# install gitaly
147
147
make -C ${GITLAB_GITALY_BUILD_DIR} install
148
148
mkdir -p ${GITLAB_GITALY_INSTALL_DIR}
149
- cp -a ${GITLAB_GITALY_BUILD_DIR} /ruby ${GITLAB_GITALY_INSTALL_DIR} /
149
+ # The following line causes some issues. However, according to
150
+ # <https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5512> and
151
+ # <https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5671> there seems to
152
+ # be some attempts to remove ruby from gitaly.
153
+ #
154
+ # cp -a ${GITLAB_GITALY_BUILD_DIR}/ruby ${GITLAB_GITALY_INSTALL_DIR}/
150
155
cp -a ${GITLAB_GITALY_BUILD_DIR} /config.toml.example ${GITLAB_GITALY_INSTALL_DIR} /config.toml
151
156
rm -rf ${GITLAB_GITALY_INSTALL_DIR} /ruby/vendor/bundle/ruby/** /cache
152
157
chown -R ${GITLAB_USER} : ${GITLAB_GITALY_INSTALL_DIR}
You can’t perform that action at this time.
0 commit comments