Skip to content

Commit 7248ac7

Browse files
authored
Add go, rust compilers
1 parent 16eb754 commit 7248ac7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/maintainer/knowledge_base.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,13 +242,15 @@ Compilers
242242

243243
Compilers are dependencies with a special syntax and are always added to ``requirements/build``.
244244

245-
There are currently three supported compilers:
245+
There are currently five supported compilers:
246246

247247
- C
248248
- cxx
249249
- Fortran
250+
- Go
251+
- Rust
250252

251-
A package that needs all three compilers would define
253+
A package that needs all five compilers would define
252254

253255
.. code-block:: yaml
254256
@@ -257,6 +259,8 @@ A package that needs all three compilers would define
257259
- {{ compiler('c') }}
258260
- {{ compiler('cxx') }}
259261
- {{ compiler('fortran') }}
262+
- {{ compiler('go') }}
263+
- {{ compiler('rust') }}
260264
261265
.. note::
262266

0 commit comments

Comments
 (0)