WasmEdge / WasmEdge

WasmEdge is a lightweight, high-performance, and extensible WebAssembly runtime for cloud native, edge, and decentralized applications. It powers serverless apps, embedded functions, microservices, smart contracts, and IoT devices.

Home Page:https://WasmEdge.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bug: Remove `._*.*` files on macOS in the installer

hydai opened this issue · comments

Summary

We found some people will encounter a failure when running the installer on macOS. The reason is that the tarball unzip will produce a ._-prefix by-product at the same time. We could delete them directly as a workaround because this file is not expected to exist.

Current State

See #3232
There is a ._ file.

Expected State

No more ._ file.

Reproduction steps

  1. Have a macOS environment
  2. Run the installer
  3. You can check the installer macOS CI, there are the same problem.

Screenshots

DESCRIPTION

Any logs you want to share for showing the specific issue

No response

Components

Others

WasmEdge Version or Commit you used

master

Operating system information

macOS

Hardware Architecture

amd64 and arm64

Compiler flags and options

None

Fixed by #3243