File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -829,9 +829,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
829
829
make \
830
830
pkg-config \
831
831
wget \
832
- crossbuild-essential-arm64 \
833
- crossbuild-essential-amd64 \
834
832
&& rm -rf /var/lib/apt/lists/*
833
+
835
834
# Build from source
836
835
WORKDIR /tmp/plrust-${plrust_release}
837
836
@@ -867,7 +866,7 @@ RUN arch=$([ "$TARGETARCH" = "arm64" ] && echo "aarch64" || echo "$TARGETARCH")
867
866
STD_TARGETS=$arch-postgres-linux-gnu \
868
867
./build
869
868
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
871
870
872
871
# ###################
873
872
# internal/supautils.yml
Original file line number Diff line number Diff line change 89
89
- name : Install Trusted Language Extensions
90
90
import_tasks : tasks/postgres-extensions/29-pg_tle.yml
91
91
92
- - name : Install plrust
93
- import_tasks : tasks/postgres-extensions/30-plrust.yml
94
-
95
92
- name : Verify async task status
96
93
import_tasks : tasks/postgres-extensions/99-finish_async_tasks.yml
97
94
when : async_mode
You can’t perform that action at this time.
0 commit comments