Skip to content

Commit

Permalink
Check TileDB-MariaDB shared object linking
Browse files Browse the repository at this point in the history
  • Loading branch information
jdblischak committed Aug 15, 2024
1 parent ec5ce1f commit 284a0a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,8 @@ jobs:
run: |
du -sh builddir
du -sh builddir/storage/mytile
ls -lR builddir/storage/mytile
ldd builddir/storage/mytile/ha_mytile.so
ldd builddir/storage/mytile/ha_mytile.so | \
grep -q $(pwd)/install-libtiledb/lib/libtiledb.so
- name: Test TileDB-MariaDB
Expand Down

0 comments on commit 284a0a9

Please sign in to comment.