Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit981c687

Browse files
committed
fix /usr/local/lib/postgresql/bitcode/ in test docker image
1 parent00d35da commit981c687

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Dockerfile.tmpl‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ ADD . /pg/testdir
2929
# Grant privileges
3030
RUNchown -R postgres:postgres ${PGDATA} && \
3131
chown -R postgres:postgres /pg/testdir && \
32-
chmod a+rwx /usr/local/lib/postgresql && \
33-
chmod a+rwx/usr/local/share/postgresql/extension
32+
chmod a+rwx /usr/local/share/postgresql/extension && \
33+
find/usr/local/lib/postgresql -type d -print0 | xargs -0 chmod a+rwx
3434

3535
COPY run_tests.sh /run.sh
3636
RUN chmod 755 /run.sh

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp