memgraph/environment
Marko Barišić 2ac649f3b5
Upgrade jepsen (#1594)
* Try with jepsen v0.3.5
* Add a few WIP adjustments
* Add replication restore state on startup flag
* Fix some run.sh scripts issues
* Improve cluster commands
* Run Jepsen on debian-12 with toolchain v5
---------
Co-authored-by: Marko Budiselic <mbudiselicbuda@gmail.com>
2024-03-18 16:38:58 +01:00
..
os Upgrade jepsen (#1594) 2024-03-18 16:38:58 +01:00
toolchain Update operating systems (#1371) 2024-02-22 11:14:48 +01:00
README.md Add v5 toolchain (#608) 2023-10-16 19:01:39 +02:00
util.sh Add macOS support under environment/util.sh:operating_system (#1098) 2023-07-22 19:20:10 +02:00

Memgraph Operating Environments

  • 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).