Skip to content

Commit

Permalink
use static libs
Browse files Browse the repository at this point in the history
  • Loading branch information
muzarski committed Sep 6, 2024
1 parent 1749a4a commit 648fd69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
sudo sh -c "echo 2097152 >> /proc/sys/fs/aio-max-nr"
- name: Build
run: cmake -DCASS_BUILD_INTEGRATION_TESTS=ON . && make
run: cmake -DCASS_BUILD_INTEGRATION_TESTS=ON -DCASS_USE_STATIC_LIBS=ON . && make

- name: Run unit and proxy tests
working-directory: ./scylla-rust-wrapper
Expand Down

0 comments on commit 648fd69

Please sign in to comment.