Skip to content

Commit

Permalink
REMOVE ME: test local .so build
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Jul 4, 2024
1 parent a3405db commit 9e9c9c7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,13 +277,13 @@ jobs:
keys:
- cargocache-v3-build_shared_library-rust:1.74.0-{{ checksum "libwasmvm/Cargo.lock" }}
- cargocache-v3-build_shared_library-rust:1.74.0-
- run:
name: Create release build of libwasmvm
command: make build-rust
- persist_to_workspace:
root: ./internal/api
paths:
- libwasmvm.x86_64.so
# - run:
# name: Create release build of libwasmvm
# command: make build-rust
# - persist_to_workspace:
# root: ./internal/api
# paths:
# - libwasmvm.x86_64.so
- save_cache:
paths:
- ~/.cargo/registry
Expand All @@ -306,9 +306,9 @@ jobs:
- checkout
- attach_workspace:
at: /tmp/builds
- run:
name: Copy .so build
command: cp /tmp/builds/libwasmvm.x86_64.so ./internal/api
# - run:
# name: Copy .so build
# command: cp /tmp/builds/libwasmvm.x86_64.so ./internal/api
# Debugging step to better understand what is linked here
- run:
name: Check .so files
Expand Down
Binary file modified internal/api/libwasmvm.aarch64.so
Binary file not shown.
Binary file modified internal/api/libwasmvm.x86_64.so
Binary file not shown.

0 comments on commit 9e9c9c7

Please sign in to comment.