Skip to content

Commit 36c4286

Browse files
committed
Add CI step: Check .so files
1 parent 8256c81 commit 36c4286

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.circleci/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,13 @@ jobs:
309309
- run:
310310
name: Copy .so build
311311
command: cp /tmp/builds/libwasmvm.x86_64.so ./internal/api
312+
# Debugging step to better understand what is linked here
313+
- run:
314+
name: Check .so files
315+
command: |
316+
ls -lA ./internal/api/libwasmvm.*.so
317+
sha256sum ./internal/api/libwasmvm.*.so
318+
ldd ./internal/api/libwasmvm.x86_64.so
312319
- run:
313320
name: Build Go project
314321
command: make build-go

0 commit comments

Comments
 (0)