Skip to content

Commit 06987ab

Browse files
committed
Update test list. Add fedora/42 and remove linux-gnu-Fedora.
1 parent 70821c4 commit 06987ab

File tree

2 files changed

+577
-579
lines changed

2 files changed

+577
-579
lines changed

toolchain/internal/llvm_distributions.bzl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -819,8 +819,6 @@ def _write_distributions_impl(ctx):
819819
dist_dict_list = {
820820
"linux": [
821821
# struct(name = "ibm-aix", version = "7.2"), unreachable
822-
# struct(name = "linux-gnu-debian", version = "8"), unreachable
823-
# struct(name = "linux-gnu-rhel", version = "8.4"), unreachable
824822
# keep sorted
825823
struct(name = "amzn", version = ANY_VER),
826824
struct(name = "arch", version = ANY_VER),
@@ -831,11 +829,11 @@ def _write_distributions_impl(ctx):
831829
struct(name = "debian", version = "9"),
832830
struct(name = "fedora", version = "26"),
833831
struct(name = "fedora", version = "27"),
832+
struct(name = "fedora", version = "42"),
834833
struct(name = "freebsd", version = "10"),
835834
struct(name = "freebsd", version = "11"),
836835
struct(name = "freebsd", version = "12"),
837836
struct(name = "freebsd", version = "13"),
838-
struct(name = "linux-gnu-Fedora", version = "27"),
839837
struct(name = "linuxmint", version = "18"),
840838
struct(name = "linuxmint", version = "19"),
841839
struct(name = "pc-solaris", version = "2.11"),

0 commit comments

Comments
 (0)