8000 Add COMPILER_* variables to VERSIONS file. · arangodb/arangodb@44adf97 · GitHub
[go: up one dir, main page]

Skip to content

Commit 44adf97

Browse files
committed
Add COMPILER_* variables to VERSIONS file.
The variables will be used to select a fitting compiler in the CI. Developers need to ensure themselves that their development environment supports the c++ standard.
1 parent 8124eb3 commit 44adf97

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

VERSIONS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
CXX_STANDARD "17"
2+
COMPILER_UNIX_GCC "7"
3+
COMPILER_UNIX_CLANG "7"
4+
COMPILER_WINDOWS_MSVC "unknown"
5+
COMPILER_MAC_CLANG "unknown"
26
STARTER_REV "0.13.2"
37
SYNCER_REV "0.5.3"
48
GSEARCH_ID_HTTP "010085642145132923492:fixi4yzeiz8"

0 commit comments

Comments
 (0)
0