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