Skip to content

Commit

Permalink
tokio unstable in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mwylde committed Oct 29, 2024
1 parent 61f9b76 commit d824f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN --mount=type=cache,target=/usr/local/cargo/registry,id=${TARGETPLATFORM}-${P
sudo -u postgres psql -c "CREATE USER arroyo WITH PASSWORD 'arroyo' SUPERUSER;" && \
sudo -u postgres createdb arroyo && \
refinery migrate -c refinery.toml -p crates/arroyo-api/migrations && \
CARGO_NET_GIT_FETCH_WITH_CLI=true CARGO_PROFILE_RELEASE_DEBUG=false cargo build --features ${FEATURES} --profile ${PROFILE} --bin arroyo && \
RUSTFLAGS="--cfg tokio_unstable" CARGO_NET_GIT_FETCH_WITH_CLI=true CARGO_PROFILE_RELEASE_DEBUG=false cargo build --features ${FEATURES} --profile ${PROFILE} --bin arroyo && \
mv target/*/arroyo /arroyo


Expand Down

0 comments on commit d824f18

Please sign in to comment.