diff --git a/.circleci/config.yml b/.circleci/config.yml index 0bf4bec11..f6327ae4f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 @@ -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 diff --git a/internal/api/libwasmvm.aarch64.so b/internal/api/libwasmvm.aarch64.so index bc9c61d2a..f2f0543a9 100755 Binary files a/internal/api/libwasmvm.aarch64.so and b/internal/api/libwasmvm.aarch64.so differ diff --git a/internal/api/libwasmvm.x86_64.so b/internal/api/libwasmvm.x86_64.so index 5c58e473b..9e7cf41c9 100755 Binary files a/internal/api/libwasmvm.x86_64.so and b/internal/api/libwasmvm.x86_64.so differ