Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 8a88838

Browse files
authored
Update Trunk.toml
1 parent 22eeaab commit 8a88838

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

extension/Trunk.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,10 @@ loadable_libraries = [{ library_name = "pg_auto_dw", requires_restart = true }]
1111

1212
[build]
1313
postgres_version = "15"
14-
platform = "linux/amd64"
14+
platform = "linux/amd64"
15+
dockerfile = "Dockerfile"
16+
install_command = """
17+
cd paradedb/
18+
mv target/release/pg_auto_dw-pg15/usr/lib/postgresql/15/lib/* /usr/lib/postgresql/15/lib
19+
mv target/release/pg_auto_dw-pg15/usr/share/postgresql/15/extension/* /usr/share/postgresql/15/extension
20+
"""

0 commit comments

Comments
 (0)