From 6214375780189daebdaff59131362a3ac25e9ad7 Mon Sep 17 00:00:00 2001 From: Vladimir Sinitcin Date: Thu, 25 Jul 2024 03:01:49 +0700 Subject: [PATCH] Commented macOS build --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 71c78a705..c7a02c202 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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.