Skip to content

Commit

Permalink
Fix unused rust-toolchain.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rdettai committed Dec 11, 2023
1 parent 1dfd035 commit 3b8fd5a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions distribution/lambda/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@ package:
mkdir -p cdk.out
if [ "$${QW_LAMBDA_BUILD:-0}" = "1" ]
then
pushd ../../quickwit/
cargo lambda build \
--manifest-path=../../quickwit/Cargo.toml \
-p quickwit-lambda \
--release \
--output-format zip \
--target x86_64-unknown-linux-gnu
--target x86_64-unknown-linux-gnu
popd
cp -u ../../quickwit/target/lambda/searcher/bootstrap.zip $(SEARCHER_PACKAGE_PATH)
cp -u ../../quickwit/target/lambda/indexer/bootstrap.zip $(INDEXER_PACKAGE_PATH)
else
Expand Down

0 comments on commit 3b8fd5a

Please sign in to comment.