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
When using bzlmod on two slightly different host platforms (Ubuntu with glibc 2.39 and Debian with glibc 2.40), the usageDigest hash of @platforms//host:extension.bzl%host_platform changes:
When using bzlmod on two slightly different host platforms (Ubuntu with glibc 2.39 and Debian with glibc 2.40), the
usageDigest
hash of@platforms//host:extension.bzl%host_platform
changes:This is an issue when the lockfile is checked into the repo.
From some investigation, it seems that module extensions must set the
use_os
anduse_arch
parameters if they are dependent on the OS or architecture:bazelbuild/bazel@2f032d4
I believe this applies to
host_platform
too since its behaviour changes based on the OS. Should these parameters be set, or am I misunderstanding?Apologies for the lack of minimal reproduction, this is quite difficult to test.
EDIT: I see these params were renamed to
os_dependent
andarch_dependent
.The text was updated successfully, but these errors were encountered: