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
The rules_scala tests require libxml2 to be available in MSYS2. But due to some changes in msys2's default package deps over last year, libxml2 isn't a default Msys2 package anymore.
I'm not sure how the VM state gets reused or reset between runs, so first question is:
Is it OK to just run pacman ourselves to install libxml2 in the batch_commands of the presubmit.yml? (This wouldn't affect future runs would it?)
Or, would it be better to add libxml2 to the list of msys2 packages that get initially setup onto the VM (see setup-windows.ps1)
Or, possibly, add a config option to the presubmit.yml that allows us to declare extra msys2 packages we require and let the CI system handle it.
Please advise on which is the best way forward,
Thanks.
The text was updated successfully, but these errors were encountered:
We are attempting to reenable windows CI int rules_scala (bazelbuild/rules_scala#1649).
The rules_scala tests require libxml2 to be available in MSYS2. But due to some changes in msys2's default package deps over last year, libxml2 isn't a default Msys2 package anymore.
I'm not sure how the VM state gets reused or reset between runs, so first question is:
Or, would it be better to add libxml2 to the list of msys2 packages that get initially setup onto the VM (see setup-windows.ps1)
Or, possibly, add a config option to the presubmit.yml that allows us to declare extra msys2 packages we require and let the CI system handle it.
Please advise on which is the best way forward,
Thanks.
The text was updated successfully, but these errors were encountered: