Skip to content

Commit

Permalink
Add ldc2 1.25 and 1.26 as possible compilers
Browse files Browse the repository at this point in the history
Signed-off-by: Niko Böckerman <[email protected]>
  • Loading branch information
nikobockerman committed Feb 3, 2022
1 parent afaa6fe commit e7cac6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eclass/dlang-compilers.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ dlang-compilers_declare_versions() {
["1.22"]="2.092 amd64 ~arm ~arm64 ~ppc64 x86"
["1.23"]="2.093 amd64 ~arm ~arm64 ~ppc64 x86"
["1.24"]="2.094 amd64 ~arm ~arm64 ~ppc64 x86"
["1.25"]="2.095 ~amd64 ~arm ~arm64 ~ppc64 ~x86"
["1.26"]="2.096 ~amd64 ~arm ~arm64 ~ppc64 ~x86"
)
}

Expand Down
2 changes: 2 additions & 0 deletions profiles/use.desc
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@ ldc2-1_21 - Build for ldc2 1.21
ldc2-1_22 - Build for ldc2 1.22
ldc2-1_23 - Build for ldc2 1.23
ldc2-1_24 - Build for ldc2 1.24
ldc2-1_25 - Build for ldc2 1.25
ldc2-1_26 - Build for ldc2 1.26

0 comments on commit e7cac6f

Please sign in to comment.