Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nakamura Kazutaka committed Jan 2, 2024
1 parent 085ed45 commit ccd0e4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
EXT_NAME=pgx_uuidv7
EXT_NAME=pgx_uuidv7 # must be read from Cargo.toml
EXT_VERSION=0.1.1 # must be read from Cargo.toml
PKG_NAME=pgx-uuidv7
PKG_NAME=pgx-uuidv7 # must be converted from EXT_NAME
ARCH=amd64
PG_VERSION=16
PGRX_VERSION=0.11.2
PGRX_VERSION=0.11.2 # must be read from Cargo.toml
BUILD_IMAGD=ghcr.io/kaznak/pgrx-build:debian_bullseye-pg$(PG_VERSION)-pgrx$(PGRX_VERSION)

build:
Expand Down

0 comments on commit ccd0e4c

Please sign in to comment.