Commit f78671de authored by Niels Lohmann's avatar Niels Lohmann

👷 Fedora has no package "build-essential"

parent 2e5208d5
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
}, },
"fedora24-x86_64": { "fedora24-x86_64": {
"buildenv": "fedora24-x86_64", "buildenv": "fedora24-x86_64",
"builddeps": ["build-essential", "cmake"], "builddeps": ["cmake"],
"buildcmd": ["mkdir cm", "cd cm", "cmake ..", "cmake --build .", "ctest --output-on-failure"] "buildcmd": ["mkdir cm", "cd cm", "cmake ..", "cmake --build .", "ctest --output-on-failure"]
}, },
"centos7-x86_64": { "centos7-x86_64": {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment