Compare commits
1 Commits
master
...
add-build-
Author | SHA1 | Date | |
---|---|---|---|
|
1946a229fb |
@ -5,11 +5,4 @@
|
||||
* GCC 11.2 (toolchain-v4) doesn't compile on Fedora 38, multiple definitions of enum issue
|
||||
* spdlog 1.10/11 doesn't work with fmt 10.0.0
|
||||
|
||||
## os
|
||||
|
||||
Under the `os` directory, you can find scripts to install all required system
|
||||
dependencies on operating systems where Memgraph natively builds. The testing
|
||||
script helps to see how to install all packages (in the case of a new package),
|
||||
or make any adjustments in the overall system setup. Also, the testing script
|
||||
helps check if Memgraph runs on a freshly installed operating system (with no
|
||||
packages installed).
|
||||
## [os](os/README.md)
|
||||
|
8
environment/os/README.md
Normal file
8
environment/os/README.md
Normal file
@ -0,0 +1,8 @@
|
||||
# Memgraph Environment OSes
|
||||
|
||||
Under the this (`os`) directory, you can find scripts to install all required system
|
||||
dependencies on operating systems where Memgraph natively builds. The testing
|
||||
script helps to see how to install all packages (in the case of a new package),
|
||||
or make any adjustments in the overall system setup. Also, the testing script
|
||||
helps check if Memgraph runs on a freshly installed operating system (with no
|
||||
packages installed).
|
11
release/package/README.md
Normal file
11
release/package/README.md
Normal file
@ -0,0 +1,11 @@
|
||||
# Memgraph Release Packaging
|
||||
|
||||
## Design Decisions
|
||||
|
||||
* Being able to build and test memgraph locally under Docker because multi-OS support
|
||||
* Being able to push Docker images to the centralized repo (DockerHub)
|
||||
* Being able to build and test memgraph under CI under Docker
|
||||
* Being able to iterate on the code changes when adding support for new toolchains and OSe
|
||||
* Being able to pick and choose toolchains, OSes, build type, hardware architecture
|
||||
* Take care of enterprise keys, telemetry
|
||||
* Create generator for Dockerfiles
|
Loading…
Reference in New Issue
Block a user