Skip to content

Commit 70821c4

Browse files
committed
Add more suse versions.
1 parent 8e3cc69 commit 70821c4

File tree

2 files changed

+1731
-0
lines changed

2 files changed

+1731
-0
lines changed

toolchain/internal/llvm_distributions.bzl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -846,6 +846,9 @@ def _write_distributions_impl(ctx):
846846
struct(name = "suse", version = "12.2"),
847847
struct(name = "suse", version = "12.3"),
848848
struct(name = "suse", version = "12.4"),
849+
struct(name = "suse", version = "15.5"),
850+
struct(name = "suse", version = "16.0"),
851+
struct(name = "suse", version = "17.0"),
849852
struct(name = "ubuntu", version = "14.04"),
850853
struct(name = "ubuntu", version = "16.04"),
851854
struct(name = "ubuntu", version = "18.04.5"),

0 commit comments

Comments
 (0)