You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whilst building an Angular 17.3.0 application within the official gcr.io bazel container, my build fails on a missing package.
The package in question is: libxml2_2.9.10+dfsg-5ubuntu0.20.04.6_amd64.deb.
However, it appears that the build for that commit and every subsequent commit on that file has failed.
I do not know the details of your CI, but does this mean that none of the changes to that file were released?
What happened?
Whilst building an Angular 17.3.0 application within the official gcr.io bazel container, my build fails on a missing package.
The package in question is:
libxml2_2.9.10+dfsg-5ubuntu0.20.04.6_amd64.deb
.The file containing this reference was updated with this commit: 77513d2#diff-bc5a3f866b7d48e1c586997e0d69975d37384247b7f20cb5749832587f1613ca
However, it appears that the build for that commit and every subsequent commit on that file has failed.
I do not know the details of your CI, but does this mean that none of the changes to that file were released?
Because I have no other explanation for my build's failure if the changes were in fact released.
Since, https://registry.bazel.build/modules/aspect_rules_js/1.42.1 depends on https://registry.bazel.build/modules/aspect_bazel_lib/1.42.3 .
Which should not contain a reference to this package according to the change from the commit I posted above.
Version
Development (host) and target OS/architectures:
Output of
bazel --version
:7.1.2
Version of the Aspect rules, or other relevant rules from your
WORKSPACE
orMODULE.bazel
file:See: https://github.com/RobertDiebels/aspect-lib-libxml-reproduction
Language(s) and/or frameworks involved:
How to reproduce
Steps:
Any other information?
The text was updated successfully, but these errors were encountered: