Skip to content

Commit

Permalink
cleanup docker, xl runner (#124)
Browse files Browse the repository at this point in the history
* cleanup docker, bigger runner

* force

* only rel
  • Loading branch information
ChuckHend authored Jun 6, 2024
1 parent 1012741 commit 314b846
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/extension_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
runs-on:
- self-hosted
- dind
- large-8x8
- xlarge-16x16
outputs:
short_sha: ${{ steps.versions.outputs.SHORT_SHA }}
steps:
Expand Down
6 changes: 3 additions & 3 deletions images/vectorize-pg/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM postgres:16-bookworm as builder

ARG PGMQ_VER=1.1.1
ARG VECTOR_VER=0.6.0
ARG VECTOR_VER=0.7.1
ARG CRON_VER=1.6.2
ARG PGRX_VER=0.11.3

Expand All @@ -15,7 +14,7 @@ RUN apt-get update \
libssl-dev \
make \
pkg-config \
postgresql-server-dev-15
postgresql-server-dev-16

WORKDIR /vectorize

Expand Down Expand Up @@ -46,6 +45,7 @@ RUN $HOME/.cargo/bin/rustup default stable

# install pgrx
RUN $HOME/.cargo/bin/cargo install cargo-pgrx --version=$PGRX_VER --locked
RUN $HOME/.cargo/bin/cargo pgrx init --pg16 $(which pg_config)

# install pg-vectorize
COPY . .
Expand Down

0 comments on commit 314b846

Please sign in to comment.