Skip to content

Commit e6656eb

Browse files
committed
plrust build completes
1 parent c9e357a commit e6656eb

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -829,9 +829,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
829829
make \
830830
pkg-config \
831831
wget \
832-
crossbuild-essential-arm64 \
833-
crossbuild-essential-amd64 \
834832
&& rm -rf /var/lib/apt/lists/*
833+
835834
# Build from source
836835
WORKDIR /tmp/plrust-${plrust_release}
837836

@@ -867,7 +866,7 @@ RUN arch=$([ "$TARGETARCH" = "arm64" ] && echo "aarch64" || echo "$TARGETARCH")
867866
STD_TARGETS=$arch-postgres-linux-gnu \
868867
./build
869868

870-
RUN cargo pgrx package --profile=release --features trusted -c /usr/bin/pg_config --out-dir=/tmp
869+
RUN cd plrust && cargo pgrx package --profile=release --features trusted -c /usr/bin/pg_config --out-dir=/tmp
871870

872871
####################
873872
# internal/supautils.yml

ansible/tasks/setup-extensions.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,6 @@
8989
- name: Install Trusted Language Extensions
9090
import_tasks: tasks/postgres-extensions/29-pg_tle.yml
9191

92-
- name: Install plrust
93-
import_tasks: tasks/postgres-extensions/30-plrust.yml
94-
9592
- name: Verify async task status
9693
import_tasks: tasks/postgres-extensions/99-finish_async_tasks.yml
9794
when: async_mode

0 commit comments

Comments
 (0)