mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
06d88ddc88
Also, add an ubuntu-20 reusable devcontainer. Signed-off-by: Roman Gershman <roman@dragonflydb.io>
10 lines
133 B
JSON
10 lines
133 B
JSON
[
|
|
{
|
|
"name": "GCC x86_64-linux-gnu",
|
|
"compilers": {
|
|
"C": "gcc",
|
|
"CXX": "g++"
|
|
},
|
|
"isTrusted": true
|
|
}
|
|
]
|