-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[vcpkg_find_fortran] Update libiconv and zlib hash #19545
[vcpkg_find_fortran] Update libiconv and zlib hash #19545
Conversation
@JackBoosY i tagged only one line but there was more also mingw-w64-i686-zlib-1.2.11-8-any.pkg.tar.zst was changed without fixing its hash!! |
@cenit I forgot this, thanks for notice. |
my only concern is that ci was not noticing the problem. why? no port being tested? is it difficult to make one working to check problems like this in the future? |
It seems that our ci system didn't catch this error. |
cc @BillyONeal do you know why our ci didn't trigger this changes? |
I don't understand; it says that the builds are running? |
@BillyONeal In #18876, the update of msys components should trigger our pipeline test to download these new components and detect their hash, but this is not the case. The expect result should be:
|
@JackBoosY @NancyLi1013 shall we not merge this PR until we have found out why ci was not detecting the issue? |
The path D:/downloads/tools/msys2/aa5af7b2aa7e90e8 is correct now, whether to merge this PR depends on @BillyONeal 's decision. |
The reason the CI didn't detect this issue is that we've added an asset cache (https://github.com/microsoft/vcpkg/blob/master/docs/users/assetcaching.md). This has greatly improved stability of the CI, however it means that it will only check the URL for a given hash once -- after the asset with that hash has been downloaded a single time, we forever more fetch it from the asset cache instead (by hash). We need to find a solution moving forward to check changed references while still maintaining the asset cache. |
Fixes #18876.
Tested my changes with
lapack-reference
with resuilt: success.