Add build_rpm script and rpm spec (#1831)

Also, link stdlib++ and libgcc statically.

Signed-off-by: Roman Gershman <roman@dragonflydb.io>
This commit is contained in:
Roman Gershman 2023-09-12 10:42:06 +03:00 committed by GitHub
parent 684bf97ce6
commit 02fff36e3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 149 additions and 20 deletions

View file

@ -0,0 +1,14 @@
{
"name": "helio",
"image": "ghcr.io/romange/fedora:30",
"customizations": {
"vscode": {
"extensions": [
"ms-vscode.cpptools",
"ms-vscode.cmake-tools",
"ms-vscode.cpptools-themes",
"twxs.cmake"
]
}
}
}