Skip to content

Commit a086ba8

Browse files
committed
by pass wamr-ide and fix windows compilation error
1 parent 3cce6fd commit a086ba8

File tree

2 files changed

+23
-22
lines changed

2 files changed

+23
-22
lines changed

.github/workflows/release_process.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -192,28 +192,28 @@ jobs:
192192
wasi_sdk_url: https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-19/wasi-sdk-19.0-macos.tar.gz
193193
wamr_app_framework_url: https://github.com/bytecodealliance/wamr-app-framework.git
194194

195-
#
196-
# vscode extension cross-platform
197-
release_wamr_ide_vscode_ext:
198-
permissions:
199-
contents: write # upload release artifact
200-
needs: [create_tag, create_release]
201-
uses: ./.github/workflows/build_wamr_vscode_ext.yml
202-
secrets: inherit
203-
with:
204-
upload_url: ${{ needs.create_release.outputs.upload_url }}
205-
ver_num: ${{ needs.create_tag.outputs.new_ver }}
206-
207-
#
208-
# vscode extension docker images package
209-
release_wamr_ide_docker_images_package:
210-
permissions:
211-
contents: write # upload release artifact
212-
needs: [create_tag, create_release]
213-
uses: ./.github/workflows/build_docker_images.yml
214-
with:
215-
upload_url: ${{ needs.create_release.outputs.upload_url }}
216-
ver_num: ${{ needs.create_tag.outputs.new_ver }}
195+
# #
196+
# # vscode extension cross-platform
197+
# release_wamr_ide_vscode_ext:
198+
# permissions:
199+
# contents: write # upload release artifact
200+
# needs: [create_tag, create_release]
201+
# uses: ./.github/workflows/build_wamr_vscode_ext.yml
202+
# secrets: inherit
203+
# with:
204+
# upload_url: ${{ needs.create_release.outputs.upload_url }}
205+
# ver_num: ${{ needs.create_tag.outputs.new_ver }}
206+
207+
# #
208+
# # vscode extension docker images package
209+
# release_wamr_ide_docker_images_package:
210+
# permissions:
211+
# contents: write # upload release artifact
212+
# needs: [create_tag, create_release]
213+
# uses: ./.github/workflows/build_docker_images.yml
214+
# with:
215+
# upload_url: ${{ needs.create_release.outputs.upload_url }}
216+
# ver_num: ${{ needs.create_tag.outputs.new_ver }}
217217

218218
#
219219
# WAMR_LLDB

product-mini/platforms/windows/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ if (WAMR_BUILD_DEBUG_INTERP EQUAL 1)
9595
set (WAMR_BUILD_SIMD 0)
9696
endif ()
9797

98+
set (CMAKE_CXX_STANDARD 17)
9899
if (WAMR_BUILD_LIBC_WASI EQUAL 1)
99100
set (CMAKE_C_STANDARD 11)
100101
if (MSVC)

0 commit comments

Comments
 (0)