SERVER-118521: Add support for Fedora distro (#47277)
GitOrigin-RevId: 90aa81e21a470681aa8a3d2020c7f291558bd151
This commit is contained in:
parent
0bca3c1471
commit
9ec2f30b6b
2
MODULE.bazel.lock
generated
2
MODULE.bazel.lock
generated
@ -211,7 +211,7 @@
|
||||
"moduleExtensions": {
|
||||
"//bazel:bzlmod.bzl%setup_mongo_python_toolchains": {
|
||||
"general": {
|
||||
"bzlTransitiveDigest": "+A8+m4Yrx4uimRvBWXvBV3YBqdtE8BnO1wrTKXhAxA0=",
|
||||
"bzlTransitiveDigest": "d7d7d90UiWbgNAe+UNjVp0658ntOeokEMK2OPybABow=",
|
||||
"usagesDigest": "bUxjq9n+hj2YwYT/lcSP4lHyQ2GVy5JpFgSmddUqUZg=",
|
||||
"recordedFileInputs": {},
|
||||
"recordedDirentsInputs": {},
|
||||
|
||||
@ -162,6 +162,7 @@ def get_host_distro_major_version(repository_ctx):
|
||||
"Red Hat Enterprise Linux 8*": "rhel8",
|
||||
"Red Hat Enterprise Linux 9*": "rhel9",
|
||||
"Red Hat Enterprise Linux 10*": "rhel10",
|
||||
"Fedora*": "rhel10",
|
||||
"SLES 15*": "suse15",
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user