Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan committed Oct 17, 2023
1 parent 6febe94 commit 20101cd
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
4 changes: 2 additions & 2 deletions integration_tests/feature-store/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04 AS feature-store-server
FROM ubuntu:20.04 AS feature-store-server
ARG BUILD_ARG
ENV DEBIAN_FRONTEND=noninteractive

Expand All @@ -11,7 +11,7 @@ WORKDIR $WORK_DIR

RUN apt update
RUN apt install -y lsof curl openssl libssl-dev pkg-config build-essential \
cmake librdkafka-dev \
cmake \
python3 python3-pip wget ca-certificates \
postgresql-client \
protobuf-compiler
Expand Down
19 changes: 14 additions & 5 deletions integration_tests/feature-store/server/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion integration_tests/feature-store/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sqlx = { version = "0.7", features = ["runtime-tokio-native-tls", "postgres"] }
tokio = { version = "1", features = ["full"] }
tonic = "0.10.2"
reqwest = { version = "0.11", features = ["blocking"] }
rdkafka = { version = "=0.31", features = ["dynamic-linking"] }
rdkafka = { version = "0.34", features = ["cmake-build"] }
serde_json = "1.0"
prost = "0.12"
clap = "4.4.6"
Expand Down

0 comments on commit 20101cd

Please sign in to comment.