Skip to content

Commit

Permalink
workaround: add logging patch
Browse files Browse the repository at this point in the history
Signed-off-by: vincent <[email protected]>
  • Loading branch information
CaptainVincent committed Nov 6, 2023
1 parent d54f7d3 commit 0818b38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release/DockerfileBin
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN <<EOT
os=$(xx-info os)
march=$(xx-info march)
mkdir -p /dynlib
curl -sSf https://raw.githubusercontent.com/CaptainVincent/WasmEdge/0.13.5-preview/utils/install.sh | bash -s -- -v 0.13.5-preview --platform=${os^} --machine=$(xx-info march)
curl -sSf https://raw.githubusercontent.com/CaptainVincent/WasmEdge/0.13.5-preview/utils/install.sh | bash -s -- -v 0.13.5-preview2 --platform=${os^} --machine=$(xx-info march)
EOT

RUN --mount=type=bind,target=/src,rw,source=. \
Expand Down
2 changes: 1 addition & 1 deletion release/DockerfileLib
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN <<EOT
set -ex
os=$(xx-info os)
plugins=$( [ -n "$PLUGIN" ] && echo "--plugin $PLUGIN" || echo "" )
curl -sSf https://raw.githubusercontent.com/CaptainVincent/WasmEdge/0.13.5-preview/utils/install.sh | bash -s -- -v 0.13.5-preview --platform=${os^} --machine=$(xx-info march) $plugins
curl -sSf https://raw.githubusercontent.com/CaptainVincent/WasmEdge/0.13.5-preview/utils/install.sh | bash -s -- -v 0.13.5-preview2 --platform=${os^} --machine=$(xx-info march) $plugins
mkdir -p /dynlib
./install_dependencies.sh $PLUGIN /dynlib
for file in /root/.wasmedge/plugin/*.so; do
Expand Down

0 comments on commit 0818b38

Please sign in to comment.