Skip to content

Commit

Permalink
Add jchash extension
Browse files Browse the repository at this point in the history
  • Loading branch information
donhardman committed Nov 24, 2024
1 parent dbade9d commit 9ad114b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build-bash-base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ZSTD_REV="2dfcd6524ccdcef6dfdaa97d7f3716b866885093"
DS_REV="d42750d69beb684ec3ef7b3da48fba769ce57ffc"
SWOOLE_REV="2dcfef90b3dbcfc08783747ea9abf6ebaf7eedb8"
RDKAFKA_REV="bcd5004f461d1d3a5f879bb21280bdde6f6800c2"
JCHASH_REV="8ed50cc8c211effe1c214eae1e3240622e0f11b0"
SKIP_SYSTEM_DEPS="$2"
BUILD_DEV="$3"
BUILD_STATIC=1 # Always build static but dev
Expand Down Expand Up @@ -60,6 +61,10 @@ mv php-rdkafka rdkafka
cd rdkafka && git checkout "$RDKAFKA_REV"
cd ..

git clone https://github.com/c9s/jchash.git
cd jchash && git checkout "$JCHASH_REV"
cd ..

cd ..

BUILD_EXTRA=()
Expand Down

0 comments on commit 9ad114b

Please sign in to comment.