Skip to content

Commit

Permalink
Add --enable-static so that libtool is used
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhill committed Jun 29, 2022
1 parent b577912 commit 36a95ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ blocks:
- export WORKSPACE=$SEM_WORKSPACE/librdkafka
- cd $WORKSPACE
- mkdir dest artifacts
- ./configure --install-deps --source-deps-only --disable-lz4-ext --prefix="$WORKSPACE/dest" --enable-strip
- ./configure --install-deps --source-deps-only --enable-static --disable-lz4-ext --prefix="$WORKSPACE/dest" --enable-strip
- make -j2 all examples check
- make -j2 -C tests build
- make -C tests run_local_quick
Expand Down

0 comments on commit 36a95ff

Please sign in to comment.