-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wrong source of the zlib-ng is downloaded #169
Comments
Contrast with: $ git clone -b 1.1.13 --recursive https://github.com/rust-lang/libz-sys.git
$ head libz-sys/src/zlib-ng/arch/arm/neon_intrins.h
#ifndef ARM_NEON_INTRINS_H
#define ARM_NEON_INTRINS_H
#if defined(_MSC_VER) && (defined(_M_ARM64) || defined(_M_ARM64EC))
/* arm64_neon.h is MSVC specific */
# include <arm64_neon.h>
#else
# include <arm_neon.h>
#endif |
Thanks so much for letting me know!
However, running
…and more calls come out empty, making me think that it did something. I double-checked that these are indeed the heads they are supposed to have:
And to be sure, I triple checked:
Being sufficiently sure that my local state is now release-worthy, could you create a PR that bumps the patch level like before so I can merge that and create a new release? Thanks a lot for your help. |
Thanks a lot for your help. The new release is here: https://github.com/rust-lang/libz-sys/releases/tag/1.1.14 |
thanks. I'll push a fix where needed later today |
here's the reference:
...the code actually downloaded:
I think this is some sort of issue with how libz-sys 1.1.13 was released, somehow with different code than a fresh (recursive) checkout of the tag would have...
Originally posted in msys2/MINGW-packages#19687 (comment)
tl;dr the fix needed for
aarch64-pc-windows-gnullvm
isn't actually downloadedThe text was updated successfully, but these errors were encountered: