From f78671de8e8fe94e88d674c78428a71e72d89d89 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Wed, 21 Dec 2016 09:33:16 +0100 Subject: [PATCH] :construction_worker: Fedora has no package "build-essential" --- .doozer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.doozer.json b/.doozer.json index 072270d5..fad1a6a0 100644 --- a/.doozer.json +++ b/.doozer.json @@ -37,7 +37,7 @@ }, "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"] }, "centos7-x86_64": {