Open peakschris opened 6 months ago
This is the relevant open issue https://github.com/libarchive/libarchive/issues/1925
Did you find any workaround for this, like installing the dll?
No, I'm still blocked for now on windows.
There has been action fixing a chain of issues, thanks to everyone who has contributed. The current issue is https://github.com/aspect-build/bsdtar-prebuilt/issues/3. So I'm hoping it won't be long.
This is my hack workaround to use system version of bsdtar (I'm using msys2 on windows). So its no longer hermetic toolchain but seems to work for me.
https://github.com/elefant-ai/rules_js/commit/e98e7d4649fda9584c272925fcbfee769bd483f3
What happened?
With rules_js 1.42.1 (and aspect_bazel_lib 2.7.3) on Windows, running js_test targets fails due to a missing crypto DLL:
Running the exe by double clicking is the easiest way to see what dependency is missing:
The issue is that libcrypto-1_1-x64.dll is not found
Version
Development (host) and target OS/architectures:
Output of
bazel --version
: 7.2.0rc1Version of the Aspect rules, or other relevant rules from your
WORKSPACE
orMODULE.bazel
file: rules_js 1.42.1 aspect_bazel_lib 2.7.3Language(s) and/or frameworks involved:
How to reproduce
No response
Any other information?
No response