Skip to content

Commit

Permalink
Merge pull request #7 from ODIN-PROTOCOL/feature/merge-with-go-owasm
Browse files Browse the repository at this point in the history
Commented macOS build
  • Loading branch information
devgeodb authored Jul 24, 2024
2 parents bb5203a + 6214375 commit 1d576a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,9 +356,9 @@ jobs:
- run:
name: Build shared library for Linux
command: make release-build-linux
- run:
name: Build shared library for macOS
command: make release-build-macos
# - run:
# name: Build shared library for macOS
# command: make release-build-macos
# Shared libraries for Windows (.dll) currently do not work (https://github.com/CosmWasm/wasmvm/issues/389)
# and .dll builds are not deterministic.
# Deactivating this step to avoid polluting the git hostory.
Expand Down

0 comments on commit 1d576a6

Please sign in to comment.