Skip to content

Commit

Permalink
CI: check that the static Linux build is indeed static
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomaqa committed Oct 25, 2024
1 parent a86f40e commit 432fad8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,9 @@ jobs:
- checkout
- run:
name: Release static build gcc in Fedora
command: ./ci/build_maximally_static.sh
command: |
./ci/build_maximally_static.sh
! ldd ./build/opensmt
build-macos:
macos:
Expand Down

0 comments on commit 432fad8

Please sign in to comment.