Skip to content

Commit

Permalink
wasm-pack: disable clangarm64
Browse files Browse the repository at this point in the history
thread 'main' panicked at '"C:\\Users\\Administrator\\.cargo\\registry\\src\\index.crates.io-6f17d22bba15001f\\ring-0.16.20\\pregenerated\\aesv8-armx-linux64.obj": Os { code: 2, kind: NotFound, message: "The system cannot find the file specified." }', C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\ring-0.16.20\build.rs:769:10
  • Loading branch information
lazka authored Jun 24, 2023
1 parent 880dfb7 commit 0f73cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mingw-w64-wasm-pack/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pkgver=0.12.0
pkgrel=1
pkgdesc="Your favorite rust -> wasm workflow tool! (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
url="https://github.com/rustwasm/wasm-pack"
license=('MIT' 'Apache')
depends=(
Expand Down

1 comment on commit 0f73cc0

@jeremyd2019
Copy link
Member

@jeremyd2019 jeremyd2019 commented on 0f73cc0 Jun 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Has anyone reported this issue upstream? It looks like briansmith/ring#1614 is pretty close.

I commented on that issue, but it kind of looks to me like there is windows on arm64 support on main, but not on the 0.16 branch.

Please sign in to comment.